Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
ltt-mapmaker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
JetBrains YouTrack
External 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
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Griefed
ltt-mapmaker
Commits
df373572
Commit
df373572
authored
3 years ago
by
Griefed
Browse files
Options
Downloads
Patches
Plain Diff
ci: Run electron tests on all three major OS`
parent
4a88b68d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!14
Develop
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/test.yml
+33
-1
33 additions, 1 deletion
.github/workflows/test.yml
with
33 additions
and
1 deletion
.github/workflows/test.yml
+
33
−
1
View file @
df373572
...
...
@@ -25,7 +25,6 @@ jobs:
-
run
:
npm install -g @quasar/cli
-
run
:
npm install
-
run
:
quasar build
-
run
:
quasar build -m electron
-
run
:
pwd && ls -al *
# DOCKER RELATED
...
...
@@ -40,3 +39,36 @@ jobs:
file
:
./Dockerfile
platforms
:
linux/amd64,linux/arm/v7,linux/arm64
push
:
false
electron
:
runs-on
:
${{ matrix.os }}
strategy
:
matrix
:
os
:
[
macos-latest
,
ubuntu-latest
,
windows-latest
]
steps
:
# GET LATEST CODE
-
name
:
Checkout latest code
uses
:
actions/checkout@master
with
:
fetch-depth
:
0
# SETUP NODE ENVIRONMENT
-
name
:
Setup Node.js environment
uses
:
actions/setup-node@v2.4.0
with
:
# Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0
node-version
:
'
>=
16.9.1'
# Set this option if you want the action to check for the latest available version that satisfies the version spec
check-latest
:
false
-
name
:
Build/release Electron app
uses
:
vedaprakashms/quasar_electron_build@V0.0.1
with
:
# GitHub token, automatically provided to the action
# (No need to define this secret in the repo settings)
github_token
:
${{ secrets.github_token }}
-
name
:
List files
run
:
ls -al dist
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