mirror of
https://frontier.innolan.net/github/amigaos-cross-toolchain6.git
synced 2024-10-19 10:29:55 +00:00
10 lines
193 B
YAML
10 lines
193 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
|