blob: b9ba95cbd747610e56d4700b179b063e3819d349 [file] [log] [blame]
image:
- Visual Studio 2019
- Ubuntu
- macos
configuration: Release
environment:
APPVEYOR_YML_DISABLE_PS_LINUX: true
build_script:
- ps: |
New-Item -Path . -Name "build" -ItemType "directory"
cd build
cmake --version
cmake ../ -DCMAKE_BUILD_TYPE:STRING="$env:CONFIGURATION"
cmake --build . --config $env:CONFIGURATION
cd ../
- sh: |
mkdir build
cd build
cmake --version
cmake ../ -DCMAKE_BUILD_TYPE:STRING="${CONFIGURATION}"
cmake --build . --config ${CONFIGURATION}
cd ../
artifacts:
- path: bin\$(configuration)\basisu.exe
- path: bin/basisu
- path: bin_osx/basisu