Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
update capsule.yml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Aug 19, 2017
1 parent bddf81d commit 8deb0e4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions capsule.yml
@@ -1,6 +1,7 @@
---
engine_enable_code_mutation: true
engine_cmd_compile:
- mkdir -p vendor/gopkg.in/libgit2/git2go.v25/vendor/libgit2/build/
- cp /usr/local/osx-ndk-x86/macports/pkgs/opt/local/lib/pkgconfig/libgit2.pc vendor/gopkg.in/libgit2/git2go.v25/vendor/libgit2/build/libgit2.pc
- '. /scripts/toolchains/osx/osx-build-env.sh && go build -ldflags "-X main.goos=darwin -X main.goarch=amd64" -o capsulecd-darwin-amd64 -tags "static" $(go list ./cmd/...)'
- cp /usr/local/linux/lib/pkgconfig/libgit2.pc vendor/gopkg.in/libgit2/git2go.v25/vendor/libgit2/build/libgit2.pc
Expand All @@ -12,7 +13,4 @@ scm_release_assets:
- local_path: capsulecd-linux-amd64
artifact_name: capsulecd-linux-amd64
- local_path: capsulecd-darwin-amd64
artifact_name: capsulecd-darwin-amd64
dependencies_step:
post:
- mkdir -p vendor/gopkg.in/libgit2/git2go.v25/vendor/libgit2/build/
artifact_name: capsulecd-darwin-amd64

0 comments on commit 8deb0e4

Please sign in to comment.