Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
E
eduOS-rs
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
List
Container Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
os
eduOS-rs
Commits
7e50be24
Commit
7e50be24
authored
May 23, 2019
by
Stefan Lankes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
activate CI test for eduOS-rs
parent
c16b98ad
Pipeline
#213262
failed with stages
in 1 minute and 3 seconds
Changes
1
Pipelines
8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
16 deletions
+15
-16
.gitlab-ci.yml
.gitlab-ci.yml
+15
-16
No files found.
.gitlab-ci.yml
View file @
7e50be24
...
...
@@ -5,7 +5,7 @@ variables:
stages
:
-
prepare
-
build
#
- test
-
test
# Stage: prepare
##############################################################################
...
...
@@ -25,24 +25,23 @@ build:
stage
:
build
script
:
-
make
-
du -hs ./target
image
:
${IMAGE}
tags
:
-
docker
#artifacts:
# untracked: true
# expire_in: 1 week
# paths:
# - ./target
artifacts
:
expire_in
:
1 week
paths
:
-
./target/x86_64-eduos/debug/eduos-rs
# Stage: test
##############################################################################
#test:
# stage: test
# script:
# - lscpu
# - make test
# image: ${IMAGE}
# tags:
# - docker
# dependencies:
# - build
test
:
stage
:
test
script
:
-
make run
image
:
${IMAGE}
tags
:
-
docker
dependencies
:
-
build
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