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
Sign in
Toggle navigation
Open sidebar
Christoph Gerum
cereal-test
Commits
af1d5643
Commit
af1d5643
authored
Oct 27, 2016
by
Christoph Gerum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make runnable
parent
d6950246
Pipeline
#3156
failed with stages
in 1 second
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
2 deletions
+6
-2
.gitignore
.gitignore
+3
-0
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
ci/build.sh
ci/build.sh
+0
-0
ci/run_tests.sh
ci/run_tests.sh
+2
-1
No files found.
.gitignore
View file @
af1d5643
*~
\#*
build/
# Prerequisites
*.d
...
...
.gitlab-ci.yml
View file @
af1d5643
...
...
@@ -4,7 +4,7 @@ build:
-
./ci/build.sh
artifacts
:
paths
:
-
build/test_
cereal
-
build/test_
*
# run tests using the binary built before
test
:
...
...
ci/build.sh
100644 → 100755
View file @
af1d5643
File mode changed from 100644 to 100755
ci/run_tests.sh
100644 → 100755
View file @
af1d5643
#!/bin/sh -e
cd
build
./
./test_cereal
./test_graph
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