mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-22 18:32:42 +01:00
- add missing Release_Dev to appveyor build scripts
This commit is contained in:
parent
06166c30b5
commit
4ba56c5e80
@ -1,6 +1,6 @@
|
||||
@echo off
|
||||
|
||||
set config=Debug:Release
|
||||
set config=Debug:Release:Release_Dev
|
||||
for %%c in (%config::= %) do (
|
||||
cd %project_folder%\bin\%%c
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -ex
|
||||
|
||||
for config in debug release
|
||||
for config in debug release release_dev
|
||||
do
|
||||
cd "${APPVEYOR_BUILD_FOLDER}/src_rebuild/bin/${config^}"
|
||||
tar -czf "REDRIVER2_${config^}.tar.gz" *
|
||||
|
@ -5,7 +5,7 @@ cd "$APPVEYOR_BUILD_FOLDER/src_rebuild"
|
||||
|
||||
./premake5 gmake2
|
||||
|
||||
for config in debug release
|
||||
for config in debug release release_dev
|
||||
do
|
||||
make config=$config -j$(nproc)
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user