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
4lDO2
acid
Commits
06344744
Verified
Commit
06344744
authored
Jul 06, 2019
by
Jeremy Soller
Browse files
Add gitlab CI
parent
e644b0cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
06344744
image
:
"
redoxos/redoxer"
stages
:
-
build
-
test
cache
:
paths
:
-
target/
build:redox:
stage
:
build
script
:
redoxer build --verbose
test:redox:
stage
:
test
dependencies
:
-
build:redox
script
:
-
redoxer run --verbose --
create_test
switch
tcp_fin
tls
Cargo.lock
View file @
06344744
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "acid"
version = "0.1.0"
...
...
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