Skip to content

Commit 51229d4

Browse files
author
Reinhold Willcox
committed
renamed, and modified setup for addition of future compilation tests
1 parent 0cd3568 commit 51229d4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: COMPAS Compile CI
1+
name: CI Test Compilation of various COMPAS components
22

33
on:
44
pull_request:
55
branches: [ dev ]
6-
push: # testing
6+
#push: # testing
77

88
jobs:
9-
compile:
9+
compas:
1010
name: Build Docker image and push to DockerHub
1111
runs-on: ubuntu-18.04
1212
steps:
@@ -17,3 +17,5 @@ jobs:
1717

1818
- name: Build Compas
1919
run: cd src && make -j $(nproc) -f Makefile
20+
21+
# TODO: add latex and postprocessing python scripts

0 commit comments

Comments
 (0)