Trying again.

This commit is contained in:
Daniel Lemire 2020-04-22 17:17:50 -04:00
parent a116e68a47
commit e3ec78a832
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ task:
setup_script: setup_script:
- pkg update -f - pkg update -f
- pkg install bash - pkg install bash
- pkg_add -r cmake - pkg install cmake
build_script: build_script:
- mkdir build - mkdir build
- cd build - cd build