Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libplist
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
pwn
libplist
Commits
74425fec
Commit
74425fec
authored
Nov 21, 2020
by
Nikias Bassen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[github-actions] Update msys2/windows build action
parent
66fef8c7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
10 deletions
+21
-10
build.yml
.github/workflows/build.yml
+21
-10
No files found.
.github/workflows/build.yml
View file @
74425fec
...
...
@@ -8,7 +8,7 @@ jobs:
steps
:
-
name
:
install dependencies
run
:
sudo apt-get install cython
-
uses
:
actions/checkout@v
1
-
uses
:
actions/checkout@v
2
-
name
:
autogen
run
:
./autogen.sh
-
name
:
make
...
...
@@ -27,7 +27,7 @@ jobs:
fi
pip install cython
shell
:
bash
-
uses
:
actions/checkout@v
1
-
uses
:
actions/checkout@v
2
-
name
:
autogen
run
:
./autogen.sh
-
name
:
make
...
...
@@ -36,17 +36,29 @@ jobs:
run
:
make check
build-windows
:
runs-on
:
windows-latest
defaults
:
run
:
shell
:
msys2 {0}
steps
:
-
uses
:
numworks/setup-msys2@v1
-
name
:
install dependencies
run
:
msys2do pacman -S --noconfirm mingw-w64-x86_64-gcc make libtool autoconf automake-wrapper
-
uses
:
actions/checkout@v1
-
uses
:
msys2/setup-msys2@v2
with
:
release
:
false
update
:
false
install
:
>-
base-devel
git
mingw-w64-x86_64-gcc
make
libtool
autoconf
automake-wrapper
-
uses
:
actions/checkout@v2
-
name
:
autogen
run
:
msys2do ./autogen.sh
--without-cython
run
:
./autogen.sh CC=gcc CXX=g++
--without-cython
-
name
:
make
run
:
m
sys2do m
ake
run
:
make
-
name
:
make check
run
:
m
sys2do m
ake check
run
:
make check
-
name
:
print test logs
run
:
|
for I in test/*.trs; do
...
...
@@ -59,4 +71,3 @@ jobs:
fi
done
shell
:
bash
if
:
always()
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