Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
plotID_matlab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
plotID
plotID_matlab
Commits
4d734d34
Commit
4d734d34
authored
3 years ago
by
Lemmer, Jan
Browse files
Options
Downloads
Patches
Plain Diff
Fix CI-YAML
parent
461be957
No related branches found
No related tags found
1 merge request
!47
Fix CI-YAML
Pipeline
#609766
passed
3 years ago
Stage: Run
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+12
-2
12 additions, 2 deletions
.gitlab-ci.yml
CI_files/runner_test.m
+0
-7
0 additions, 7 deletions
CI_files/runner_test.m
with
12 additions
and
9 deletions
.gitlab-ci.yml
+
12
−
2
View file @
4d734d34
...
...
@@ -5,6 +5,16 @@ Test Code:
stage
:
Run
tags
:
-
matlab
-
bash
script
:
-
./CI_files/runtest.ps1
-
cat log2.txt
-
cd ./CI_files
-
chmod +x ./runner_linux.sh
-
./runner_linux.sh
-
cat ./log.txt
artifacts
:
paths
:
-
./CI_files/log.txt
-
./CI_files/matlab_log.txt
when
:
always
expire_in
:
1 week
This diff is collapsed.
Click to expand it.
CI_files/runner_test.m
deleted
100644 → 0
+
0
−
7
View file @
461be957
function
[
result
]
=
runner_test
()
%RUNNER_TEST testing function to test, if the runner is set up properly
result
=
true
;
exit
(
result
);
end
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment