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:
@@ -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
|
||||
Reference in New Issue
Block a user