Skip to content

Commit 43b59a6

Browse files
authored
Update .appveyor.yml
1 parent dc50e19 commit 43b59a6

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.appveyor.yml

+3-12
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,7 @@ install:
4545
- cmd: echo %cd%
4646
- sh: pwd
4747
- cmd: set NINJA_URL="https://github.com/ninja-build/ninja/releases/download/v1.9.0/ninja-win.zip"
48-
- sh: export NINJA_URL="https://github.com/ninja-build/ninja/releases/download/v1.9.0/ninja-linux.zip"
4948
- cmd: set DEPS_DIR="%APPVEYOR_BUILD_FOLDER%\..\deps"
50-
- sh: export DEPS_DIR="${APPVEYOR_BUILD_FOLDER}\..\deps"
51-
5249
- cmd: if not exist %DEPS_DIR% (
5350
mkdir %DEPS_DIR% &&
5451
cd %DEPS_DIR% &&
@@ -58,18 +55,17 @@ install:
5855
- cmd: set BOOST_ROOT=C:\Libraries\boost_1_71_0
5956
- cmd: set NINJA_BIN=%DEPS_DIR%\ninja
6057
- cmd: set PATH=%NINJA_BIN%;%PATH%
61-
62-
# - sh: sudo apt update
58+
6359
- sh: sudo apt install ninja-build
6460

6561
- ninja --version
6662
- cmd: clang-cl -v
6763
- sh: gcc --version
64+
- sh: clang --version
6865

6966
before_build:
7067
- cmd: call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
71-
- cmd: cd %APPVEYOR_BUILD_FOLDER%
72-
- sh: cd $APPVEYOR_BUILD_FOLDER
68+
- ps: cd $env:APPVEYOR_BUILD_FOLDER
7369
- git submodule init
7470
- git submodule update
7571

@@ -88,11 +84,6 @@ build_script:
8884
- cmd: set to_rename=bearsplate.exe
8985
- sh: export to_deploy=bearsplate-linux-${PLATFORM}-${compiler}
9086
- sh: export to_rename=bearsplate
91-
# - cd bin
92-
# - cmd: rename bearsplate.exe %to_deploy%
93-
#- sh: mv bearsplate $to_deploy
94-
- ps: Write-Host "rename $to_rename to $to_deploy"
95-
- ps: Write-Host "rename $env:to_rename to $env:to_deploy"
9687
- ps: Rename-Item bin\$env:to_rename $env:to_deploy
9788

9889
test_script:

0 commit comments

Comments
 (0)