mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-23 02:41:58 -05:00
Move scripts to new location
This commit is contained in:
parent
b2d39bc67f
commit
d4d3c80b37
4 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue