Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
librist
Manage
Activity
Members
Labels
Plan
Issues
30
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rist
librist
Commits
fc2f60b3
Commit
fc2f60b3
authored
4 years ago
by
Gijs Peskens
Browse files
Options
Downloads
Patches
Plain Diff
Test win64
parent
881b39b3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!139
Tests
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+14
-2
14 additions, 2 deletions
.gitlab-ci.yml
with
14 additions
and
2 deletions
.gitlab-ci.yml
+
14
−
2
View file @
fc2f60b3
...
...
@@ -42,6 +42,11 @@ build-win64:
-Ddefault_library=both
-Duse_mbedtls=false
-
ninja -C build
artifacts
:
paths
:
-
build
expire_in
:
24 hours
build-macos
:
stage
:
build
...
...
@@ -78,8 +83,15 @@ test-ubuntu:
-
.ubuntu-amd64-bionic
needs
:
[
"
build-ubuntu"
]
script
:
-
meson build --buildtype release --werror -Dtest=true
-
ninja -C build
-
cd build && time MESON_TESTTHREADS=4 meson test --print-errorlogs
dependencies
:
-
build-ubuntu
test-win64
:
stage
:
test
extends
:
.debian-amd64-common
needs
:
[
"
build-win64"
]
script
:
-
cd build && meson test --suite unicast --print-errorlogs
dependencies
:
-
build-win64
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