mirror of
https://frontier.innolan.net/github/amigaos-cross-toolchain6.git
synced 2024-10-19 10:29:55 +00:00
12 lines
231 B
YAML
12 lines
231 B
YAML
sudo: required
|
|
dist: trusty
|
|
language: python
|
|
python:
|
|
- "2.7"
|
|
before_install:
|
|
- sudo apt-get -qq update
|
|
- sudo apt-get install -y gperf gcc-multilib
|
|
script:
|
|
- ./toolchain-m68k --quiet build
|
|
- ./toolchain-m68k --quiet test
|