1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-04 13:42:55 +01:00

Merge pull request #2544 from janisozaur/move-scripts

Move scripts to new location
This commit is contained in:
Ted John
2015-12-22 23:02:30 +00:00
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