Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Added Houston CI to repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Zaalberg committed Sep 13, 2018
1 parent a2187b0 commit cf15818
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 16 deletions.
34 changes: 25 additions & 9 deletions .travis.yml
@@ -1,12 +1,28 @@
sudo: required
language: generic
---

services:
- docker
language: node_js

script:
- wget -O- https://raw.githubusercontent.com/harisvsulaiman/element-build/master/script.sh | sh -
node_js:
- lts/*

branches:
except:
- /^debian\/\d/
sudo: required

services:
- docker

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libstdc++-5-dev

cache:
directories:
- /tmp/liftoff

install:
- npm install @elementaryos/houston

script:
- houston ci
11 changes: 5 additions & 6 deletions CMakeLists.txt
Expand Up @@ -22,7 +22,7 @@

set (DEPS_PACKAGES
gtk+-3.0
granite
granite
snapd-glib
)

Expand Down Expand Up @@ -58,7 +58,7 @@
src/ListBox.vala
src/ResponseTranslator.vala
src/FileManager.vala
src/Constants.vala
src/Constants.vala
src/Package.vala
src/CommandHandler.vala
src/SnapdHandler.vala
Expand All @@ -77,7 +77,7 @@
# tell what libraries to use when compiling
PACKAGES
gtk+-3.0
granite
granite
snapd-glib
)

Expand All @@ -89,7 +89,7 @@
install (TARGETS ${EXEC_NAME} RUNTIME DESTINATION bin)

#------------------------------------------------------------------------------------------

# files we want to compile
include(ValaPrecompile)
vala_precompile(VALA_C ${EXEC_NAME2}
Expand All @@ -109,7 +109,6 @@

#add the data directory and activated the cmakelists in that folder
add_subdirectory (data)

# install the polkit action file
install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/com.github.bartzaalberg.snaptastic.pkexec.policy DESTINATION ${DATADIR}/applications/)
install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/com.github.bartzaalberg.snaptastic.pkexec.policy DESTINATION /usr/share/polkit-1/actions/)
2 changes: 1 addition & 1 deletion data/com.github.bartzaalberg.snaptastic.appdata.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2017 Your Name <you@email.com> -->
<component type="desktop">
<id>com.github.bartzaalberg.snaptastic.desktop</id>
<id>com.github.bartzaalberg.snaptastic</id>
<metadata_license>CC0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>Snaptastic</name>
Expand Down

0 comments on commit cf15818

Please sign in to comment.