kopia lustrzana https://github.com/stlink-org/stlink
25 wiersze
491 B
YAML
25 wiersze
491 B
YAML
sudo: true
|
|
language: c
|
|
script:
|
|
- ./.travis.sh
|
|
matrix:
|
|
include:
|
|
- os: osx
|
|
compiler: clang
|
|
env: "BUILD_SYSTEM=cmake"
|
|
- os: osx
|
|
compiler: clang
|
|
env: "BUILD_SYSTEM=autotools"
|
|
- os: linux
|
|
compiler: gcc
|
|
env: "BUILD_SYSTEM=cmake"
|
|
- os: linux
|
|
compiler: clang
|
|
env: "BUILD_SYSTEM=cmake"
|
|
- os: linux
|
|
compiler: gcc
|
|
env: "BUILD_SYSTEM=autotools"
|
|
- os: linux
|
|
compiler: clang
|
|
env: "BUILD_SYSTEM=autotools"
|