Skip to content

Commit

Permalink
codebuild: enable the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kroening committed Mar 4, 2018
1 parent 44aa443 commit b19b4a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildspec.yml
Expand Up @@ -16,6 +16,7 @@ phases:
- echo Build started on `date`
- (cd src ; make minisat2-download)
- (cd src ; make CXX="ccache g++" -j2)
- (cd regression ; make test)
post_build:
commands:
- echo Build completed on `date`
Expand Down

0 comments on commit b19b4a2

Please sign in to comment.