mirror of
https://github.com/matrix-construct/construct
synced 2025-03-17 06:50:23 +01:00
appveyor: Update for C++
This commit is contained in:
parent
748faeb264
commit
7d0d2add64
2 changed files with 2 additions and 2 deletions
|
@ -4,6 +4,6 @@ export MSYSTEM=MINGW64
|
|||
export PATH=/mingw64/bin:/usr/local/bin:/usr/bin:/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
|
||||
|
||||
sh ./autogen.sh
|
||||
./configure --prefix=c:/projects/charybdis/build --enable-openssl=/mingw64
|
||||
./configure --prefix=c:/projects/charybdis/build --enable-openssl=/mingw64 --with-included-boost
|
||||
make -j2
|
||||
make install
|
||||
|
|
|
@ -12,7 +12,7 @@ build_script:
|
|||
# - c:\msys64\usr\bin\sh.exe -lc "cd $APPVEYOR_BUILD_FOLDER/build/bin; ./charybdis -version"
|
||||
on_failure:
|
||||
- ps: Push-AppveyorArtifact config.log
|
||||
- ps: Push-AppveyorArtifact librb\include\librb-config.h
|
||||
- ps: Push-AppveyorArtifact include\rb\config.h
|
||||
branches:
|
||||
except:
|
||||
- release/3.5
|
||||
|
|
Loading…
Add table
Reference in a new issue