Skip to content

Commit 097de57

Browse files
author
Daniel Kroening
committed
second attempt to use AWS Codebuild
1 parent 4331120 commit 097de57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildspec.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ phases:
44
install:
55
commands:
66
- apt-get update -y
7-
- apt-get install -y g++ gcc flex bison make git libwww-perl patch
7+
- apt-get install -y g++-5 flex bison make git libwww-perl patch
88
build:
99
commands:
1010
- echo Build started on `date`
1111
- (cd src ; make minisat2-download)
12-
- (cd src ; make)
12+
- (cd src ; make -j2)
1313
post_build:
1414
commands:
1515
- echo Build completed on `date`

0 commit comments

Comments
 (0)