We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 694aec9 commit 26618a9Copy full SHA for 26618a9
.github/workflows/compas-compile-ci.yml
@@ -3,7 +3,7 @@ name: COMPAS Compile CI
3
on:
4
pull_request:
5
branches: [ dev ]
6
- push: # just for testing
+ push: # testing
7
8
jobs:
9
compile:
@@ -12,8 +12,5 @@ jobs:
12
steps:
13
- uses: actions/checkout@v2
14
15
- - name: test
16
- run: ls src/
17
-
18
- name: Build Compas
19
- run: make fast -f -j $(nproc) src/Makefile
+ run: make -j $(nproc) -f src/Makefile
0 commit comments