2019-11-12 11:19:30 +01:00
|
|
|
language: c
|
|
|
|
|
2020-10-14 13:12:32 +02:00
|
|
|
dist: focal
|
2019-11-12 11:19:30 +01:00
|
|
|
|
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
sources:
|
|
|
|
- sourceline: 'ppa:tkchia/build-ia16'
|
|
|
|
packages:
|
|
|
|
- gcc-ia16-elf
|
|
|
|
- nasm
|
|
|
|
- upx
|
|
|
|
update: true
|
|
|
|
|
|
|
|
before_install:
|
|
|
|
- echo "before_install"
|
|
|
|
|
|
|
|
install:
|
2021-01-09 01:00:25 +01:00
|
|
|
- ./ci_build.sh
|
2019-11-12 11:19:30 +01:00
|
|
|
|
|
|
|
before_script:
|
|
|
|
- echo "before_script"
|
|
|
|
|
|
|
|
script:
|
2021-01-09 01:00:25 +01:00
|
|
|
- ./ci_test.sh
|