CI: Remove Travis as it no longer works for us.
This commit is contained in:
parent
202e3c1c94
commit
dd69862b93
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -2,5 +2,4 @@
|
||||
*.up -text
|
||||
*.UP -text
|
||||
ci_*.sh text eol=lf
|
||||
.travis.yml text eol=lf
|
||||
.github/workflows/*.yml text eol=lf
|
||||
|
25
.travis.yml
25
.travis.yml
@ -1,25 +0,0 @@
|
||||
language: c
|
||||
|
||||
dist: focal
|
||||
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- sourceline: 'ppa:tkchia/build-ia16'
|
||||
packages:
|
||||
- gcc-ia16-elf
|
||||
- nasm
|
||||
- upx
|
||||
update: true
|
||||
|
||||
before_install:
|
||||
- echo "before_install"
|
||||
|
||||
install:
|
||||
- ./ci_build.sh
|
||||
|
||||
before_script:
|
||||
- echo "before_script"
|
||||
|
||||
script:
|
||||
- ./ci_test.sh
|
@ -14,7 +14,4 @@ This version of the kernel is intended only for 8086+ or 80386+ IBM compatible c
|
||||
|
||||
Please feel free to email me - PerditionC@gmail.com
|
||||
|
||||
[![Build](../../workflows/Build/badge.svg)](../../actions)
|
||||
|
||||
[![Build Status](https://travis-ci.com/FDOS/kernel.svg?branch=master)](https://travis-ci.com/FDOS/kernel)
|
||||
Now with automatic builds and soon tests on [Travis CI](http://travis-ci.com)
|
||||
Now with automatic builds and soon tests [![Build](../../workflows/Build/badge.svg)](../../actions)
|
||||
|
Loading…
Reference in New Issue
Block a user