Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Algorithms Library Toolkit Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Container registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Algorithms Library Toolkit
Algorithms Library Toolkit Core
Commits
d71d12c9
Commit
d71d12c9
authored
6 years ago
by
Jan Trávníček
Browse files
Options
Downloads
Patches
Plain Diff
run gui tests
parent
55a2b13a
No related branches found
No related tags found
No related merge requests found
Pipeline
#21624
passed
6 years ago
Stage: build
Stage: test
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-1
3 additions, 1 deletion
.gitlab-ci.yml
with
3 additions
and
1 deletion
.gitlab-ci.yml
+
3
−
1
View file @
d71d12c9
...
@@ -47,6 +47,7 @@ before_script:
...
@@ -47,6 +47,7 @@ before_script:
-
"
release/*/lib*.so"
#select libraries
-
"
release/*/lib*.so"
#select libraries
-
"
release/*/test-alib2*"
#select libraries test
-
"
release/*/test-alib2*"
#select libraries test
-
"
release/agui2/agui2"
#select agui2
-
"
release/agui2/agui2"
#select agui2
-
"
release/agui2/test-agui2"
#select agui2
expire_in
:
1 day
expire_in
:
1 day
stage
:
build
stage
:
build
...
@@ -75,10 +76,11 @@ build-doc:
...
@@ -75,10 +76,11 @@ build-doc:
.test-cmake
:
&test-cmake
.test-cmake
:
&test-cmake
variables
:
variables
:
# coreutils are needed because of timeout command used in tests.
# coreutils are needed because of timeout command used in tests.
EXTRA_PKGS
:
bc coreutils python3
EXTRA_PKGS
:
bc coreutils python3
qt5-qtbase qt5-qtbase-x11 graphviz
script
:
script
:
-
cd release
-
cd release
-
for test in $(ls */test-alib2*); do ./${test} || exit 1; done
-
for test in $(ls */test-alib2*); do ./${test} || exit 1; done
-
./agui2/test-agui2
-
cd ..
-
cd ..
-
for test in $(ls tests.*.sh); do ./${test} release/bin ${JOBS} || exit 1; touch release/bin/log_tests.txt; cat release/bin/log_tests.txt; done
-
for test in $(ls tests.*.sh); do ./${test} release/bin ${JOBS} || exit 1; touch release/bin/log_tests.txt; cat release/bin/log_tests.txt; done
stage
:
test
stage
:
test
...
...
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