Skip to content

Commit

Permalink
Dropping the extra Makes.
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyRodriguez committed Oct 26, 2021
1 parent e696ffd commit 90c411b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ phases:
- make --version
- openscad --version
- xvfb-run -f .Xauthority -n 99 -s "-screen 0 1920x1080x24 +extension GLX +render -noreset" sleep infinity &
- env DISPLAY=:99 XAUTHPROTO=. XAUTHORITY=`pwd`/.Xauthority make -k -j -Otarget -l 2.5 || true
- env DISPLAY=:99 XAUTHPROTO=. XAUTHORITY=`pwd`/.Xauthority make -k -j -Otarget -l 2.5 || true
- env DISPLAY=:99 XAUTHPROTO=. XAUTHORITY=`pwd`/.Xauthority make --trace -Otarget -l 2.5
- env DISPLAY=:99 XAUTHPROTO=. XAUTHORITY=`pwd`/.Xauthority make -j --debug=v --trace -Otarget -l 2.5
artifacts:
files:
- '**/*'
Expand Down

0 comments on commit 90c411b

Please sign in to comment.