Skip to content

Commit 1a13b17

Browse files
committed
update ccpp.yml
1 parent bb050d0 commit 1a13b17

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/ccpp.yml

+1-14
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: cmake
13-
run: cmake -DCMAKE_BUILD_TYPE=Release .
14-
- name: make
15-
run: make
16-
- name: make check
17-
run: make check
18-
19-
build:
20-
21-
runs-on: macOS-latest
22-
23-
steps:
24-
- uses: actions/checkout@v2
25-
- name: cmake
26-
run: cmake -DCMAKE_BUILD_TYPE=Release .
13+
run: cmake -DCMAKE_BUILD_TYPE=Release . -Denable-c-bindings=ON -Denable-fortran-bindings=ON -Denable-python-bindings=OFF -Denable-portable-build=ON -Denable-julia-bindings=OFF
2714
- name: make
2815
run: make
2916
- name: make check

0 commit comments

Comments
 (0)