https://github.com/virtualagc/virtualagc
Revision 6bb1acc86dbd6cba99b27c9c45a56d94af23d501 authored by Ron Burkey on 04 August 2022, 23:36:51 UTC, committed by Ron Burkey on 04 August 2022, 23:36:51 UTC
1 parent 766454b
Raw File
Tip revision: 6bb1acc86dbd6cba99b27c9c45a56d94af23d501 authored by Ron Burkey on 04 August 2022, 23:36:51 UTC
Added a debugging line to the 'simulate' shell script created by the
Tip revision: 6bb1acc
.travis.yml
sudo: required

language: c

services:
  - docker

before_install:
  - docker build -t virtualagc .

script:
  - make missions
back to top