This repository was archived by the owner on Apr 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ stages:
2020 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1E9377A2BA9EF27F
2121
2222.setup_cpp : &setup_cpp |
23- curl -LJO "https://github.com/aminya/setup-cpp/releases/download/v0.5.6 /setup_cpp_linux"
23+ curl -LJO "https://github.com/aminya/setup-cpp/releases/download/v0.5.8 /setup_cpp_linux"
2424 chmod +x setup_cpp_linux
2525 ./setup_cpp_linux --compiler $compiler --cmake true --ninja true --conan true --ccache true
2626 source ~/.profile
Original file line number Diff line number Diff line change @@ -7,13 +7,15 @@ environment:
77
88build_script :
99- cmd : >-
10- set PATH=%PATH%;C:\Users\appveyor\AppData\Roaming\Python\Python38\Scripts
10+ curl -LJO "https://github.com/aminya/setup-cpp/releases/download/v0.5.8/setup_cpp_windows.exe"
11+
12+ setup_cpp_windows.exe --compiler msvc --cmake true --conan true --ccache true
13+
14+ RefreshEnv.cmd
1115
12- "%PYTHON%" -m pip install --user conan
16+ cmake -S c:\projects\source -B ./build -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo -G "Visual Studio 16 2019"
1317
14- cmake -S c:\projects\source -B ./build -G "Visual Studio 16 2019" -DCMAKE_BUILD_TYPE:STRING=Release
15-
16- cmake --build ./build --config "Release"
18+ cmake --build ./build --config "RelWithDebInfo"
1719
1820test_script :
1921- cmd : cd build && ctest -C Debug
You can’t perform that action at this time.
0 commit comments