Skip to content

Commit

Permalink
More test tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sselph committed Jul 6, 2015
1 parent 7c4f540 commit bef4bef
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ _testmain.go
*.test

# My Build Tools
*.sh
build.sh
release.sh
*.zip
scraper
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,9 @@ go:

env:
- GIMME_OS=linux GIMME_ARCH=amd64
- GIMME_OS=linux GIMME_ARCH=i386
- GIMME_OS=darwin GIMME_ARCH=amd64
- GIMME_OS=darwin GIMME_ARCH=i386
- GIMME_OS=windows GIMME_ARCH=amd64
- GIMME_OS=windows GIMME_ARCH=i386
- GIMME_OS=linux GIMME_ARCH=arm GIMME_ARM=6
- GIMME_OS=linux GIMME_ARCH=arm GIMME_ARM=7


install:
Expand All @@ -26,5 +22,4 @@ script:
- go build -o rename-bin -v ./rename
- go build -o mame-history-bin -v ./mame-history
- go build -v .
- go test -v ./rom/hash
- go test -v ./ds
- ./scripts/run-tests.sh
6 changes: 6 additions & 0 deletions scripts/run-tests.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
set -ev
if [ "${GIMME_OS}" = "linux" ]; then
go test -v ./ds
go test -v ./rom/hash
fi

0 comments on commit bef4bef

Please sign in to comment.