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
fb8b5aea
Unverified
Commit
fb8b5aea
authored
Apr 29, 2021
by
Nikolay Igotti
Committed by
GitHub
Apr 29, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update blank.yml
parent
bad2a6f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
blank.yml
.github/workflows/blank.yml
+12
-2
No files found.
.github/workflows/blank.yml
View file @
fb8b5aea
...
@@ -33,8 +33,7 @@ jobs:
...
@@ -33,8 +33,7 @@ jobs:
./gradlew publishToMavenLocal
./gradlew publishToMavenLocal
./gradlew -Pskiko.native.enabled=true publishToMavenLocal
./gradlew -Pskiko.native.enabled=true publishToMavenLocal
linux
:
linux
:
# Shall be ubuntu-16.04, but clang is incompatible
runs-on
:
ubuntu-16.04
runs-on
:
ubuntu-20.04
# Steps represent a sequence of tasks that will be executed as part of the job
# Steps represent a sequence of tasks that will be executed as part of the job
steps
:
steps
:
...
@@ -48,6 +47,17 @@ jobs:
...
@@ -48,6 +47,17 @@ jobs:
-
shell
:
bash
-
shell
:
bash
run
:
|
run
:
|
cd ./skiko
cd ./skiko
# TODO: simplify installation of compilers.
sudo apt-get update -y
sudo apt-get install build-essential software-properties-common -y
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
sudo apt-get update -y
sudo apt-get install build-essential software-properties-common -y
sudo apt-get update
sudo apt-get install gcc-9 g++-9 -y
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 60 --slave /usr/bin/g++ g++ /usr/bin/g++-9
sudo update-alternatives --config gcc
sudo apt-get install ninja-build fontconfig libfontconfig1-dev libglu1-mesa-dev zip -y
./gradlew publishToMavenLocal
./gradlew publishToMavenLocal
windows
:
windows
:
runs-on
:
windows-2019
runs-on
:
windows-2019
...
...
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