Change build to script

This commit is contained in:
boddicheg 2015-09-02 15:38:41 +03:00
parent ba5433d5a2
commit 7e9bc6c424

View File

@ -5,9 +5,9 @@ os:
sudo: true sudo: true
before_install: before_script:
- sh install-deps.sh - sh install-deps.sh
install: script:
- cmake . - cmake .
- make - make