FreeDOS/.travis.yml
Andrew Bird 687f31fdae Travis: Initial build attempt
Note: Forced Unix scripts to LF endings
2019-12-02 15:06:22 -05:00

28 lines
400 B
YAML

language: c
dist: bionic
addons:
apt:
sources:
- sourceline: 'ppa:dosemu2/ppa'
- sourceline: 'ppa:stsp-0/djgpp'
- sourceline: 'ppa:tkchia/build-ia16'
packages:
- gcc-ia16-elf
- nasm
- upx
update: true
before_install:
- echo "before_install"
install:
- ./travis_build.sh
before_script:
- echo "before_script"
script:
- ./travis_test.sh