hkgjkgh
This commit is contained in:
parent
814aab09e3
commit
0c0a61ce0e
58
.travis.yml
58
.travis.yml
@ -16,7 +16,7 @@ matrix:
|
|||||||
- name: "Exherbo Linux with GCC"
|
- name: "Exherbo Linux with GCC"
|
||||||
os: linux
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
group: travis_latest
|
group: exherbo
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- /var/db/paludis
|
- /var/db/paludis
|
||||||
@ -31,7 +31,7 @@ matrix:
|
|||||||
- name: "Exherbo Linux with Clang"
|
- name: "Exherbo Linux with Clang"
|
||||||
os: linux
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
group: travis_latest
|
group: exherbo
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- /var/db/paludis
|
- /var/db/paludis
|
||||||
@ -58,7 +58,7 @@ matrix:
|
|||||||
COMPILER_C="gcc"
|
COMPILER_C="gcc"
|
||||||
COMPILER_CXX="g++"
|
COMPILER_CXX="g++"
|
||||||
REPOSITORY="https://github.com/RXT0112/Zernit.git"
|
REPOSITORY="https://github.com/RXT0112/Zernit.git"
|
||||||
PACKAGES="git build-essential make"
|
PACKAGES="git build-essential make cargo rustc"
|
||||||
|
|
||||||
# Ubuntu 19.10 (Eoan Ermine) with Clang
|
# Ubuntu 19.10 (Eoan Ermine) with Clang
|
||||||
- name: "Ubuntu 19.10 (Eoan Ermine) with Clang"
|
- name: "Ubuntu 19.10 (Eoan Ermine) with Clang"
|
||||||
@ -75,7 +75,7 @@ matrix:
|
|||||||
COMPILER_C="clang"
|
COMPILER_C="clang"
|
||||||
COMPILER_CXX="clang++"
|
COMPILER_CXX="clang++"
|
||||||
REPOSITORY="https://github.com/RXT0112/Zernit.git"
|
REPOSITORY="https://github.com/RXT0112/Zernit.git"
|
||||||
PACKAGES="git build-essential make"
|
PACKAGES="git build-essential make cargo rustc"
|
||||||
|
|
||||||
# Debian Linux
|
# Debian Linux
|
||||||
# Debian Testing
|
# Debian Testing
|
||||||
@ -104,32 +104,32 @@ matrix:
|
|||||||
REPOSITORY="https://github.com/RXT0112/Zernit.git"
|
REPOSITORY="https://github.com/RXT0112/Zernit.git"
|
||||||
PACKAGES="rustc cargo git make pkg-config libssl-dev"
|
PACKAGES="rustc cargo git make pkg-config libssl-dev"
|
||||||
|
|
||||||
# Debian Sid
|
# # Debian Sid
|
||||||
- name: "Debian Sid with GCC"
|
# - name: "Debian Sid with GCC"
|
||||||
os: linux
|
# os: linux
|
||||||
dist: bionic
|
# dist: bionic
|
||||||
group: travis_latest
|
# group: travis_latest
|
||||||
env:
|
# env:
|
||||||
DOCKER="debian:sid"
|
# DOCKER="debian:sid"
|
||||||
VARIANT="debian"
|
# VARIANT="debian"
|
||||||
TOOL="build"
|
# TOOL="build"
|
||||||
COMPILER_C="gcc"
|
# COMPILER_C="gcc"
|
||||||
COMPILER_CXX="g++"
|
# COMPILER_CXX="g++"
|
||||||
REPOSITORY="https://github.com/RXT0112/Zernit.git"
|
# REPOSITORY="https://github.com/RXT0112/Zernit.git"
|
||||||
PACKAGES="rustc cargo build-essentials make"
|
# PACKAGES="rustc cargo build-essentials make"
|
||||||
|
|
||||||
- name: "Debian Sid with Clang"
|
# - name: "Debian Sid with Clang"
|
||||||
os: linux
|
# os: linux
|
||||||
dist: bionic
|
# dist: bionic
|
||||||
group: travis_latest
|
# group: travis_latest
|
||||||
env:
|
# env:
|
||||||
DOCKER="debian:sid"
|
# DOCKER="debian:sid"
|
||||||
VARIANT="debian"
|
# VARIANT="debian"
|
||||||
TOOL="build"
|
# TOOL="build"
|
||||||
COMPILER_C="clang"
|
# COMPILER_C="clang"
|
||||||
COMPILER_CXX="clang++"
|
# COMPILER_CXX="clang++"
|
||||||
REPOSITORY="https://github.com/RXT0112/Zernit.git"
|
# REPOSITORY="https://github.com/RXT0112/Zernit.git"
|
||||||
PACKAGES="rustc cargo build-essentials make"
|
# PACKAGES="rustc cargo build-essentials make"
|
||||||
|
|
||||||
# # FreeBSD
|
# # FreeBSD
|
||||||
# # FreeBSD 12.0-RELEASE
|
# # FreeBSD 12.0-RELEASE
|
||||||
|
Loading…
Reference in New Issue
Block a user