Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
onon1101 committed Apr 21, 2024
1 parent 5a542de commit f961569
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,20 @@ jobs:
config:
- os: ubuntu-latest
compiler: gcc
generator: Ninja
deps_cmdline: sudo apt-get update && sudo apt-get -y install gcc cmake ninja-build libglu1-mesa-dev mesa-common-dev xorg-dev
- os: ubuntu-latest
compiler: clang
generator: Ninja
deps_cmdline: sudo apt-get update && sudo apt-get -y install clang cmake ninja-build libglu1-mesa-dev mesa-common-dev xorg-dev
# - os: windows-latest
# compiler: msvc
# - os: windows-latest
# compiler: mingw
- os: macos-latest
compiler: clang
deps_cmdline: brew install cmake ninja mesa-glu mesa xorg-server
generator: Ninja
deps_cmdline: brew install cmake ninja mesa-glu mesa xorg-server

steps:
- name: "Checkout Repository"
Expand Down

0 comments on commit f961569

Please sign in to comment.