We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44aa443 commit b19b4a2Copy full SHA for b19b4a2
buildspec.yml
@@ -16,6 +16,7 @@ phases:
16
- echo Build started on `date`
17
- (cd src ; make minisat2-download)
18
- (cd src ; make CXX="ccache g++" -j2)
19
+ - (cd regression ; make test)
20
post_build:
21
commands:
22
- echo Build completed on `date`
0 commit comments