Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
skiko
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liuqiang
skiko
Commits
23a7d626
Unverified
Commit
23a7d626
authored
Nov 12, 2021
by
Aleksandr Veselov
Committed by
GitHub
Nov 12, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CI configuration for macOS and iOS tests (#374)
parent
54fb2034
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
2 deletions
+24
-2
blank.yml
.github/workflows/blank.yml
+24
-2
No files found.
.github/workflows/blank.yml
View file @
23a7d626
...
...
@@ -17,7 +17,7 @@ on:
jobs
:
macos
:
# The type of runner that the job will run on
runs-on
:
macos-1
0.15
runs-on
:
macos-1
1
# Steps represent a sequence of tasks that will be executed as part of the job
steps
:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
...
...
@@ -30,7 +30,29 @@ jobs:
run
:
|
cd $GITHUB_WORKSPACE/skiko
./gradlew -Pskiko.native.enabled=true jvmTest
./gradlew -Pskiko.native.enabled=true macosX64Test iosX64Test
./gradlew -Pskiko.native.enabled=true macosX64Test
./gradlew -Pskiko.native.enabled=true publishToMavenLocal
-
uses
:
actions/upload-artifact@v2
with
:
name
:
test-reports-macos
path
:
./skiko/build/reports/tests
retention-days
:
5
ios
:
# The type of runner that the job will run on
runs-on
:
macos-11
# Steps represent a sequence of tasks that will be executed as part of the job
steps
:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
-
uses
:
actions/checkout@v2
-
uses
:
actions/setup-java@v2
with
:
distribution
:
'
adopt'
java-version
:
'
11'
-
shell
:
bash
run
:
|
cd $GITHUB_WORKSPACE/skiko
./gradlew -Pskiko.native.enabled=true iosX64Test
./gradlew -Pskiko.native.enabled=true publishToMavenLocal
-
uses
:
actions/upload-artifact@v2
with
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment