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 cc24e06 commit bc27dcfCopy full SHA for bc27dcf
.github/workflows/compas-compile-ci.yml
@@ -0,0 +1,16 @@
1
+name: COMPAS Compile CI
2
+
3
+on:
4
+ pull_request:
5
+ branches: [ dev ]
6
+ push: # just for testing
7
8
+jobs:
9
+ compile:
10
+ name: Build Docker image and push to DockerHub
11
+ runs-on: ubuntu-18.04
12
+ steps:
13
+ - uses: actions/checkout@v2
14
15
+ - name: Build Compas
16
+ run: make clean && make fast -f -j $(nproc) src/Makefile
0 commit comments