Revision 774bae64e06751ea0ef0f9397f9b03b80f70e76f authored by Ron Burkey on 17 December 2017, 18:28:28 UTC, committed by Ron Burkey on 17 December 2017, 18:28:28 UTC
I think, with the exception of a couple of "fictitious" i/o ports that I
don't think were ever of interest to anybody but me.
1 parent 2ea71c6
Raw File
.travis.yml
sudo: required

language: c

services:
  - docker

before_install:
  - docker build -t virtualagc .

script:
  - make missions
back to top