Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Forks
ydotool
Commits
2371f3e9
Commit
2371f3e9
authored
Feb 18, 2020
by
ReimuNotMoe
Browse files
Add Fedora repo in Readme; Add CI for Ubuntu 19.10
parent
91173313
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
7 deletions
+31
-7
.gitlab-ci.yml
.gitlab-ci.yml
+29
-0
README.md
README.md
+2
-7
No files found.
.gitlab-ci.yml
View file @
2371f3e9
...
...
@@ -88,6 +88,35 @@ package:ubuntu:19.04:
paths
:
-
"
build/*.deb"
build:ubuntu:19.10:
stage
:
build
image
:
ubuntu:19.10
artifacts
:
untracked
:
true
script
:
-
mkdir build
-
cd build
-
wget -O libuInputPlus.deb 'https://gitlab.com/ReimuNotMoe/libuInputPlus/-/jobs/artifacts/master/raw/build/libuInputPlus_0.1.4_.deb?job=package:ubuntu:19.10'
-
wget -O libevdevPlus.deb 'https://gitlab.com/ReimuNotMoe/libevdevPlus/-/jobs/artifacts/master/raw/build/libevdevPlus_0.1.1_.deb?job=package:ubuntu:19.10'
-
dpkg -i libuInputPlus.deb && dpkg -i libevdevPlus.deb
-
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS='-O1 -g' -DDYNAMIC_BUILD=0 ..
-
make
package:ubuntu:19.10:
stage
:
deploy
image
:
ubuntu:19.10
dependencies
:
-
build:ubuntu:19.10
script
:
-
wget -O libuInputPlus.deb 'https://gitlab.com/ReimuNotMoe/libuInputPlus/-/jobs/artifacts/master/raw/build/libuInputPlus_0.1.4_.deb?job=package:ubuntu:19.10'
-
wget -O libevdevPlus.deb 'https://gitlab.com/ReimuNotMoe/libevdevPlus/-/jobs/artifacts/master/raw/build/libevdevPlus_0.1.1_.deb?job=package:ubuntu:19.10'
-
dpkg -i libuInputPlus.deb && dpkg -i libevdevPlus.deb
-
cd build && ls -hl && make
artifacts
:
paths
:
-
"
build/*.deb"
build:static:
stage
:
build
image
:
ubuntu:18.04
...
...
README.md
View file @
2371f3e9
...
...
@@ -3,19 +3,14 @@ Generic Linux command-line automation tool (no X!)
[

](https://gitlab.com/ReimuNotMoe/ydotool/pipelines)
#### Contents
-
[
Usage
](
#usage
)
-
[
Examples
](
#examples
)
-
[
Notes
](
#notes
)
-
[
Packages
](
#packages
)
-
[
Build
](
#build
)
## Releases
-
[
Ubuntu 18.04
](
https://gitlab.com/ReimuNotMoe/ydotool/-/jobs/artifacts/master/browse/build?job=package:ubuntu:18.04
)
-
[
Ubuntu 19.04
](
https://gitlab.com/ReimuNotMoe/ydotool/-/jobs/artifacts/master/browse/build?job=package:ubuntu:19.04
)
-
[
Debian 9
](
https://gitlab.com/ReimuNotMoe/ydotool/-/jobs/artifacts/master/browse/build?job=package:debian:9
)
-
[
Arch AUR
](
https://aur.archlinux.org/packages/ydotool-git/
)
(
Thanks
[
@Depau
]
(https://github.com/Depau))
-
[
openSUSE Tumbleweed / Leap 15.1
](
https://software.opensuse.org/package/ydotool
)
(
Thanks
[
@cubesky
]
(https://github.com/cubesky))
-
[
Fedora 30/31
](
https://copr.fedorainfracloud.org/coprs/wef/ydotool/
)
(
Thanks
[
@
bhepple
](
https://github.com/bhepple
)
)
-
[
Static binary for Kernel 3.2+
](
https://gitlab.com/ReimuNotMoe/ydotool/-/jobs/artifacts/master/browse/build?job=package:static
)
## Important Notes
...
...
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