Files
cpp-project-template/third_party/microprofile/.travis.yml

30 lines
496 B
YAML
Raw Normal View History

2025-08-25 11:21:22 +08:00
os:
- linux
- osx
- windows
compiler:
- gcc
- clang
env:
- TARGET=simple
- TARGET=c
- TARGET=noframes
- TARGET=workbench
- TARGET=dynamic_instrument
matrix:
exclude:
- os: windows
compiler: clang
include:
- os: windows
env: TARGET=d3d11
- os: windows
env: TARGET=d3d12
- os: windows
env: TARGET=d3d12_multithreading
language: cpp
before_install: ./travis/before_install
script: ./travis/build
# sudo apt-get install -y libsdl2-dev