Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
go-sectorbuilder
Commits
513403ad
Commit
513403ad
authored
Aug 14, 2019
by
laser
Browse files
feat(add basic CircleCI config)
parent
e75bc9b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
.circleci/config.yml
0 → 100644
View file @
513403ad
version
:
2.1
jobs
:
build_linux
:
docker
:
-
image
:
circleci/golang:1.12.1-stretch
working_directory
:
/go/src/github.com/filecoin-project/go-sectorbuilder
resource_class
:
xlarge
steps
:
-
run
:
name
:
Configure environment variables
command
:
|
echo 'export FILECOIN_PARAMETER_CACHE="${HOME}/filecoin-proof-parameters/"' >> $BASH_ENV
echo 'export GO111MODULE=on' >> $BASH_ENV
-
checkout
-
run
:
name
:
Update submodules
command
:
git submodule update --init --recursive
-
run
:
name
:
Build upstream project
command
:
make
-
run
:
name
:
Build project
command
:
go build .
workflows
:
version
:
2
test_all
:
jobs
:
-
build_linux
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment