GoGame/appveyor.yml
2021-02-23 20:25:09 +01:00

14 lines
236 B
YAML

version: 1.0.{build}
image: Ubuntu
install:
- sh: >-
apt install go
apt install gofmt
build_script:
- sh: go build
test_script:
- sh: >-
echo "Test started..."
apt-get install golang
gofmt
echo "Test finished..."