Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Main
Synchronet
Commits
82ae06d1
Commit
82ae06d1
authored
1 month ago
by
Rob Swindell
Browse files
Options
Downloads
Patches
Plain Diff
Add a smoke test for msvc/win32 build of jsexec
parent
3330268b
No related branches found
No related tags found
No related merge requests found
Pipeline
#7929
passed
1 month ago
Stage: build
Stage: test
Stage: cleanup
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+9
-0
9 additions, 0 deletions
.gitlab-ci.yml
with
9 additions
and
0 deletions
.gitlab-ci.yml
+
9
−
0
View file @
82ae06d1
...
...
@@ -133,6 +133,15 @@ smoketest-jsexec-linux:
-
"
src/sbbs3/*/*.exe"
-
"
xtrn/*/*.exe"
smoketest-jsexec-win32
:
tags
:
[
Windows
]
stage
:
test
extends
:
.rules
script
:
-
cd src/sbbs3/msvc.win32.dll.release
-
..\msvc.win32.exe.release\jsexec -C exit(0)"
dependencies
:
[
"
windows-x86
[sbbs]"
]
"
windows-x86
[sexpots]"
:
tags
:
[
Windows
]
stage
:
build
...
...
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