TP-rendu/TP1-2/appveyor.yml
2023-06-22 20:30:57 +02:00

31 lines
685 B
YAML
Executable file

version: '1.0.{build}'
image: Visual Studio 2019
platform:
- x64
configuration:
- Release
#install:
# - vcpkg upgrade --no-dry-run
# - vcpkg install
# opengl
# --triplet %PLATFORM%-windows
before_build:
- md build
- cd build
# - cmake -G "Visual Studio 16 2019" -A x64 -T v140,host=x64 -DCMAKE_BUILD_TYPE=%configuration% -DCMAKE_TOOLCHAIN_FILE=c:/tools/vcpkg/scripts/buildsystems/vcpkg.cmake ..
- cmake -G "Visual Studio 16 2019" -A x64 -T v140,host=x64 -DCMAKE_BUILD_TYPE=%configuration% ..
- ls -l
build:
verbosity: detailed
project: $(APPVEYOR_BUILD_FOLDER)\build\tp1.sln
parallel: true
cache:
# - c:\tools\vcpkg\installed\