Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
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
lvzhengyang
git2
Commits
2e8cc08e
Unverified
Commit
2e8cc08e
authored
Jun 06, 2020
by
Edward Thomson
Committed by
GitHub
Jun 06, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update main.yml
parent
7ebb420a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
4 deletions
+12
-4
.github/workflows/main.yml
+12
-4
No files found.
.github/workflows/main.yml
View file @
2e8cc08e
...
...
@@ -6,6 +6,9 @@ on:
pull_request
:
branches
:
[
master
,
maint/*
]
env
:
foo
:
docker.pkg.github.com
jobs
:
# Build the docker container images that we will use for our Linux builds. This will
# identify the last commit to the repository that updated the docker images, and try
...
...
@@ -55,7 +58,7 @@ jobs:
platform
:
-
os
:
ubuntu-latest
image
:
'
ubuntu:xenial'
image
:
xenial
cc
:
gcc
cmake_generator
:
Ninja
cmake_options
:
-DUSE_HTTPS=OpenSSL -DREGEX_BACKEND=builtin -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON
...
...
@@ -95,7 +98,12 @@ jobs:
env
-
run
:
echo ${{ matrix.platform.os }} ${{matrix.platform.image}}
-
run
:
|
mkdir build && cd build
../azure-pipelines/build.sh
../azure-pipelines/test.sh
if [ -z "${{ matrix.platform.image }}" ]; then
docker login https://${{ env.foo }} -u ${{ github.actor }} -p ${{ github.token }}
docker run ${{ env.foo }}/${{ matrix.platform.image }}:latest echo hi
else
mkdir build && cd build
../azure-pipelines/build.sh
../azure-pipelines/test.sh
fi
shell
:
bash
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