mirror of https://gitlab.com/cppit/jucipp
5 changed files with 52 additions and 2 deletions
@ -0,0 +1,15 @@ |
|||||||
|
platform: |
||||||
|
- x86 |
||||||
|
- x64 |
||||||
|
|
||||||
|
before_build: |
||||||
|
- C:\msys64\usr\bin\pacman --noconfirm --sync --refresh --refresh pacman |
||||||
|
- C:\msys64\usr\bin\pacman --noconfirm --sync --refresh --refresh git |
||||||
|
- C:\msys64\usr\bin\pacman --noconfirm --sync --refresh --refresh --sysupgrade --sysupgrade |
||||||
|
|
||||||
|
build_script: |
||||||
|
- C:\msys64\usr\bin\bash -lc "script=compile CXX=clang++ CC=clang $(cygpath ${APPVEYOR_BUILD_FOLDER})/ci/execute.sh" |
||||||
|
- C:\msys64\usr\bin\bash -lc "script=clean $(cygpath ${APPVEYOR_BUILD_FOLDER})/ci/execute.sh" |
||||||
|
- C:\msys64\usr\bin\bash -lc "script=compile $(cygpath ${APPVEYOR_BUILD_FOLDER})/ci/execute.sh" |
||||||
|
- C:\msys64\usr\bin\bash -lc "script=static_analysis $(cygpath ${APPVEYOR_BUILD_FOLDER})/ci/execute.sh" |
||||||
|
- C:\msys64\usr\bin\bash -lc "script=compile make_command=\"broadwayd & make test\" $(cygpath ${APPVEYOR_BUILD_FOLDER})/ci/execute.sh" |
||||||
Loading…
Reference in new issue