Skip to content

Commit bc27dcf

Browse files
author
Reinhold Willcox
committed
created compas compiling tool
1 parent cc24e06 commit bc27dcf

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)