Skip to content

Commit

Permalink
Github actions stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Zang3th committed Jul 3, 2024
1 parent e5b6c3e commit 751bc0b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
sudo wget -O /etc/apt/sources.list.d/viva64.list \
https://files.pvs-studio.com/etc/viva64.list
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install libglu1-mesa-dev mesa-common-dev
sudo apt-get install pvs-studio
sudo apt-get install -y libglu1-mesa-dev mesa-common-dev
sudo apt-get install -y pvs-studio
pvs-studio-analyzer credentials ${{secrets.PVS_STUDIO_CREDENTIALS}}
- name: Build debug config
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
run: sudo apt-get update && sudo apt-get upgrade

- name: Install OpenGL
run: sudo apt-get install libglu1-mesa-dev mesa-common-dev
run: sudo apt-get install -y libglu1-mesa-dev mesa-common-dev

- name: Install X virtual framebuffer
run: sudo apt-get install xvfb
run: sudo apt-get install -y xvfb

- name: Build debug config
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SalinityGL

[![Build](https://github.com/Zanget3u/GameEngine/actions/workflows/build.yml/badge.svg)](https://github.com/Zanget3u/GameEngine/actions/workflows/build.yml)
[![Static analysis](https://github.com/Zang3th/GameEngine/actions/workflows/static_analysis.yml/badge.svg)](https://github.com/Zang3th/GameEngine/actions/workflows/static_analysis.yml)
[![Static Analysis](https://github.com/Zang3th/SalinityGL/actions/workflows/analyze.yml/badge.svg)](https://github.com/Zang3th/SalinityGL/actions/workflows/analyze.yml)
![OS](https://img.shields.io/badge/OS-Linux-blue)
![Release](https://img.shields.io/badge/Release-v0.1.1-blue)

Expand Down

0 comments on commit 751bc0b

Please sign in to comment.