Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
PimPam Games Studio
gdnative-go
Commits
b5311d41
Verified
Commit
b5311d41
authored
Jun 18, 2020
by
Oscar Campos
Browse files
fix: initialize git submodules before trying to build the library
parent
4a203581
Pipeline
#157764821
failed with stages
in 2 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
.gitlab-ci.yml
.gitlab-ci.yml
+1
-0
No files found.
.gitlab-ci.yml
View file @
b5311d41
...
...
@@ -47,6 +47,7 @@ code_format_analysys:
compile_gdnativego
:
stage
:
test
script
:
-
git submodule update --init --recursive
-
go run ./build/mage.go generate
-
go run ./build/mage.go build
-
go run ./build/mage.go gdnativego
...
...
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