Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
DynareJulia
Dynare.jl
Commits
4bdb8c25
Unverified
Commit
4bdb8c25
authored
Apr 07, 2021
by
Sébastien Villemot
Browse files
CI: run tests
parent
78abc4e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
4bdb8c25
variables
:
TERM
:
linux
JULIA_VERSION
:
1.5.4
JULIA
:
/usr/local/julia/$JULIA_VERSION/bin/julia
stages
:
-
test
unit_tests
:
stage
:
test
script
:
-
$JULIA --project=@. -e "import Pkg; Pkg.test()"
Write
Preview
Supports
Markdown
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