Skip to content

Commit

Permalink
Added CircleCI (OpenDiablo2#289)
Browse files Browse the repository at this point in the history
* Added CircleCI

* Removed the github workflow
  • Loading branch information
essial authored Feb 2, 2020
1 parent 0b7a433 commit 83f7301
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 32 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
jobs:
build:
docker:
- image: circleci/golang:1.13
working_directory: /go/src/github.com/OpenDiablo2/OpenDiablo2
steps:
- checkout
- run: go get -v -t -d ./...
- run: go test -v ./...
- run: go build .
32 changes: 0 additions & 32 deletions .github/workflows/go.yml

This file was deleted.

0 comments on commit 83f7301

Please sign in to comment.