Skip to content

Commit 0a7186e

Browse files
committed
Temp: CI build OpenAL
1 parent 4bf93ca commit 0a7186e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
- name: init
99
run: sudo apt update -yqq && sudo apt install -yqq ninja-build
1010
- name: configure gcc
11-
run: cmake -S . --preset=default -B build -DCAPO_USE_OPENAL=OFF -DCAPO_BUILD_EXAMPLES=OFF
11+
run: cmake -S . --preset=default -B build -DCAPO_BUILD_EXAMPLES=OFF
1212
- name: configure clang
13-
run: cmake -S . --preset=ninja-clang -B clang -DCAPO_USE_OPENAL=OFF -DCAPO_BUILD_EXAMPLES=OFF
13+
run: cmake -S . --preset=ninja-clang -B clang -DCAPO_BUILD_EXAMPLES=OFF
1414
- name: build gcc
1515
run: cmake --build build --config=Release
1616
- name: build clang
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v2
2424
- name: configure
25-
run: cmake -S . --preset=vs22 -B build -DCAPO_USE_OPENAL=OFF -DCAPO_BUILD_EXAMPLES=OFF
25+
run: cmake -S . --preset=vs22 -B build -DCAPO_BUILD_EXAMPLES=OFF
2626
- name: build
2727
run: cmake --build build --config=Release
2828
- name: test

0 commit comments

Comments
 (0)