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
4 years ago
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:
...
@@ -8,7 +8,7 @@ jobs:
steps
:
steps
:
-
name
:
install dependencies
-
name
:
install dependencies
run
:
sudo apt-get install cython
run
:
sudo apt-get install cython
-
uses
:
actions/checkout@v
1
-
uses
:
actions/checkout@v
2
-
name
:
autogen
-
name
:
autogen
run
:
./autogen.sh
run
:
./autogen.sh
-
name
:
make
-
name
:
make
...
@@ -27,7 +27,7 @@ jobs:
...
@@ -27,7 +27,7 @@ jobs:
fi
fi
pip install cython
pip install cython
shell
:
bash
shell
:
bash
-
uses
:
actions/checkout@v
1
-
uses
:
actions/checkout@v
2
-
name
:
autogen
-
name
:
autogen
run
:
./autogen.sh
run
:
./autogen.sh
-
name
:
make
-
name
:
make
...
@@ -36,17 +36,29 @@ jobs:
...
@@ -36,17 +36,29 @@ jobs:
run
:
make check
run
:
make check
build-windows
:
build-windows
:
runs-on
:
windows-latest
runs-on
:
windows-latest
defaults
:
run
:
shell
:
msys2 {0}
steps
:
steps
:
-
uses
:
numworks/setup-msys2@v1
-
uses
:
msys2/setup-msys2@v2
-
name
:
install dependencies
with
:
run
:
msys2do pacman -S --noconfirm mingw-w64-x86_64-gcc make libtool autoconf automake-wrapper
release
:
false
-
uses
:
actions/checkout@v1
update
:
false
install
:
>-
base-devel
git
mingw-w64-x86_64-gcc
make
libtool
autoconf
automake-wrapper
-
uses
:
actions/checkout@v2
-
name
:
autogen
-
name
:
autogen
run
:
msys2do ./autogen.sh
--without-cython
run
:
./autogen.sh CC=gcc CXX=g++
--without-cython
-
name
:
make
-
name
:
make
run
:
m
sys2do m
ake
run
:
make
-
name
:
make check
-
name
:
make check
run
:
m
sys2do m
ake check
run
:
make check
-
name
:
print test logs
-
name
:
print test logs
run
:
|
run
:
|
for I in test/*.trs; do
for I in test/*.trs; do
...
@@ -59,4 +71,3 @@ jobs:
...
@@ -59,4 +71,3 @@ jobs:
fi
fi
done
done
shell
:
bash
shell
:
bash
if
:
always()
This diff is collapsed.
Click to expand it.
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