Move scripts to new location

This commit is contained in:
Michał Janiszewski 2015-12-22 23:47:57 +01:00
parent b2d39bc67f
commit d4d3c80b37
4 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
language: c
before_install:
- bash install.sh
- bash scripts/linux/install.sh
script:
- bash build.sh
- bash scripts/linux/build.sh
notifications:
on_failure: change

View File

@ -52,7 +52,7 @@ if [[ "$needsdownload" = "true" ]]; then
if [[ -d $cachedir/orctlibs ]]; then
rm -rf $cachedir/orctlibs
fi
./install.sh
scripts/linux/install.sh
fi
pushd build