-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use Houston CI * Use the right name * Remove tests, update debian packaging
- Loading branch information
1 parent
2a787e5
commit 5c27a30
Showing
5 changed files
with
35 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,38 @@ | ||
language: generic | ||
--- | ||
|
||
language: node_js | ||
|
||
node_js: | ||
- lts/* | ||
|
||
sudo: required | ||
|
||
services: | ||
- docker | ||
- docker | ||
|
||
addons: | ||
apt: | ||
sources: | ||
- ubuntu-toolchain-r-test | ||
packages: | ||
- libstdc++-5-dev | ||
|
||
env: | ||
- DEPENDENCY_PACKAGES="appstream desktop-file-utils meson libgeoclue-2-dev libgtk-3-dev libgweather-3-dev libgee-0.8-dev valac" | ||
cache: | ||
directories: | ||
- /tmp/liftoff | ||
|
||
matrix: | ||
include: | ||
- env: DIST=juno | ||
|
||
before_install: | ||
- docker pull ubuntu:18.04 | ||
|
||
install: | ||
- docker pull elementary/docker:loki | ||
- docker run -v "$PWD":/tmp/build-dir elementary/docker:loki /bin/sh -c "apt-get update && apt-get -y install $DEPENDENCY_PACKAGES && cd /tmp/build-dir && meson build --prefix=/usr && cd build && ninja test" | ||
- docker pull elementary/docker:loki-unstable | ||
- docker run -v "$PWD":/tmp/build-dir elementary/docker:loki-unstable /bin/sh -c "apt-get update && apt-get -y install $DEPENDENCY_PACKAGES && cd /tmp/build-dir && rm -rf build && meson build --prefix=/usr && cd build && ninja test" | ||
- npm install @elementaryos/houston@1 | ||
|
||
script: | ||
- echo BUILDS PASSED | ||
- houston ci | ||
--name-human Nimbus | ||
--distribution $DIST | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ Source: com.github.danrabbit.nimbus | |
Section: x11 | ||
Priority: extra | ||
Maintainer: Daniel Foré <[email protected]> | ||
Build-Depends: debhelper (>= 9), | ||
Build-Depends: debhelper (>= 10.5.1), | ||
libgeoclue-2-dev, | ||
libgtk-3-dev, | ||
libgweather-3-dev, | ||
meson, | ||
valac | ||
Standards-Version: 3.9.3 | ||
Standards-Version: 4.1.1 | ||
|
||
Package: com.github.danrabbit.nimbus | ||
Architecture: any | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters