mirror of
https://github.com/oxen-io/lokinet
synced 2023-12-14 06:53:00 +01:00
undo travis changes
This commit is contained in:
parent
ed6ef2d527
commit
cb8d88326e
1 changed files with 1 additions and 4 deletions
|
@ -144,11 +144,8 @@ addons:
|
|||
|
||||
before_install:
|
||||
- if [ "$TRAVIS_OS_NAME" == "windows" ]; then
|
||||
choco install make ninja dotnet3.5;
|
||||
choco install make ninja;
|
||||
choco upgrade cmake.install;
|
||||
choco install innosetup --version 5.6.1.20190126;
|
||||
choco install inno-download-plugin;
|
||||
/c/Windows/system32/dism.exe -online -enable-feature -featurename:NetFx3 -norestart -All
|
||||
export CC="/c/Program Files/LLVM/bin/clang-cl";
|
||||
export CXX="/c/Program Files/LLVM/bin/clang-cl";
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue