We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04ccd1b commit 7112e62Copy full SHA for 7112e62
.github/workflows/linux.yml
@@ -16,12 +16,12 @@ jobs:
16
- uses: actions/checkout@v3
17
- name: run cmake
18
run: |
19
- mkdir build
20
- cd build
+ mkdir _build
+ cd _build
21
cmake ..
22
- name: build
23
24
25
make
26
27
coek-build-and-test-with-tpls:
@@ -31,8 +31,8 @@ jobs:
31
32
- name: build tpls with Spack and then Coek
33
34
- ./build_dev.sh
+ ./build.sh
35
- name: test
36
37
38
make test
0 commit comments