Skip to content

Commit

Permalink
appveyor: another test
Browse files Browse the repository at this point in the history
  • Loading branch information
l3uddz committed Feb 17, 2020
1 parent 5abc6e4 commit a42eb45
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,7 @@ before_build:
build_script:
- make build
- |-
if [ ${APPVEYOR_REPO_TAG} = "true" ]; then
export TIMESTAMP=$(shell date +%s)
export GIT_COMMIT=$(shell git rev-parse --short HEAD)
fi
- GOOS=darwin make build
- |-
if [ ${APPVEYOR_REPO_TAG} = "true" ]; then
CGO=1 equinox release \
Expand Down

0 comments on commit a42eb45

Please sign in to comment.