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
LinearRationalExpectations.jl
Commits
a0ca116e
Unverified
Commit
a0ca116e
authored
Apr 09, 2021
by
Sébastien Villemot
Browse files
CI: run unit tests
parent
7b3d77ce
Pipeline
#5117
passed with stage
in 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
a0ca116e
variables
:
TERM
:
linux
JULIA_VERSION
:
1.6.0
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