mirror of https://github.com/FDOS/kernel.git
Travis: Update build env to Ubuntu Focal
1/ Update to Focal environment 2/ Make build stop on first error 3/ Remove unnecessary PPAs
This commit is contained in:
parent
a7b7ce71d0
commit
6e42bb6d7c
|
@ -1,12 +1,10 @@
|
||||||
language: c
|
language: c
|
||||||
|
|
||||||
dist: bionic
|
dist: focal
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- sourceline: 'ppa:dosemu2/ppa'
|
|
||||||
- sourceline: 'ppa:stsp-0/djgpp'
|
|
||||||
- sourceline: 'ppa:tkchia/build-ia16'
|
- sourceline: 'ppa:tkchia/build-ia16'
|
||||||
packages:
|
packages:
|
||||||
- gcc-ia16-elf
|
- gcc-ia16-elf
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
if [ -z "${TRAVIS_BUILD_DIR}" ] ; then
|
if [ -z "${TRAVIS_BUILD_DIR}" ] ; then
|
||||||
TRAVIS_BUILD_DIR=$(pwd)
|
TRAVIS_BUILD_DIR=$(pwd)
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue