mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 06:42:12 +00:00
- fixed Travis CI validation messages
root: missing os, using the default linux root: key matrix is an alias for jobs, using jobs
This commit is contained in:
parent
2817bc5508
commit
260c3009a5
1 changed files with 2 additions and 6 deletions
|
@ -1,5 +1,6 @@
|
||||||
language: cpp
|
language: cpp
|
||||||
dist: xenial
|
dist: xenial
|
||||||
|
os: linux
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
|
@ -8,7 +9,7 @@ branches:
|
||||||
git:
|
git:
|
||||||
depth: 10
|
depth: 10
|
||||||
|
|
||||||
matrix:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- name: "Xcode 8"
|
- name: "Xcode 8"
|
||||||
os: osx
|
os: osx
|
||||||
|
@ -33,7 +34,6 @@ matrix:
|
||||||
- CMAKE_OPTIONS="-A x64"
|
- CMAKE_OPTIONS="-A x64"
|
||||||
|
|
||||||
- name: "GCC 4.9"
|
- name: "GCC 4.9"
|
||||||
os: linux
|
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
env:
|
env:
|
||||||
- GCC_VERSION=4.9
|
- GCC_VERSION=4.9
|
||||||
|
@ -46,7 +46,6 @@ matrix:
|
||||||
- libgtk2.0-dev
|
- libgtk2.0-dev
|
||||||
|
|
||||||
- name: "GCC 6"
|
- name: "GCC 6"
|
||||||
os: linux
|
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
env:
|
env:
|
||||||
- GCC_VERSION=6
|
- GCC_VERSION=6
|
||||||
|
@ -61,7 +60,6 @@ matrix:
|
||||||
- libgtk2.0-dev
|
- libgtk2.0-dev
|
||||||
|
|
||||||
- name: "GCC 8"
|
- name: "GCC 8"
|
||||||
os: linux
|
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
env:
|
env:
|
||||||
- GCC_VERSION=8
|
- GCC_VERSION=8
|
||||||
|
@ -76,7 +74,6 @@ matrix:
|
||||||
- libgtk-3-dev
|
- libgtk-3-dev
|
||||||
|
|
||||||
- name: "GCC 9"
|
- name: "GCC 9"
|
||||||
os: linux
|
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
env:
|
env:
|
||||||
- GCC_VERSION=9
|
- GCC_VERSION=9
|
||||||
|
@ -90,7 +87,6 @@ matrix:
|
||||||
- libsdl2-dev
|
- libsdl2-dev
|
||||||
|
|
||||||
- name: "Clang 3.6"
|
- name: "Clang 3.6"
|
||||||
os: linux
|
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env:
|
env:
|
||||||
- CLANG_VERSION=3.6
|
- CLANG_VERSION=3.6
|
||||||
|
|
Loading…
Reference in a new issue