Skip to content

Commit

Permalink
Add Circle CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jiri-janousek committed Sep 29, 2018
1 parent 2d65986 commit 8762552
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 20 deletions.
13 changes: 13 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2
jobs:
build:
machine: # for docker --privileged
image: circleci/classic:latest
working_directory: ~/workdir
steps:
- checkout
- run:
name: Install deps & check project
command: wget https://raw.githubusercontent.com/tiliado/nuvolasdk/master/scripts/circleci.sh && chmod a+x circleci.sh && ./circleci.sh
- store_artifacts:
path: ~/workdir/keep
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ google_keep.tar.gz
icons
metadata.json
nuvola-app-google-keep
/screenshots/
eu.tiliado.NuvolaAppGoogleKeep.service
eu.tiliado.WebRuntimeAppGoogleKeep.appdata.xml
eu.tiliado.WebRuntimeAppGoogleKeep.desktop
eu.tiliado.WebRuntimeAppGoogleKeep.service
nuvola-app-google-keep.metainfo.xml
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Google Keep Web App Script
Google Keep • Nuvola Apps Runtime [![CircleCI](https://circleci.com/gh/tiliado/nuvola-app-google-keep/tree/master.svg?style=svg)](https://circleci.com/gh/tiliado/nuvola-app-google-keep/tree/master)
==============================

Integration of Google Keep web app into your linux desktop via
Expand Down
38 changes: 19 additions & 19 deletions metadata.in.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"id": "google_keep",
"name": "Google Keep",
"maintainer_name": "Matthew Gabeler-Lee",
"maintainer_link": "https://github.com/fastcat",
"version_major": 1,
"version_minor": 1,
"api_major": 3,
"api_minor": 0,
"categories": "Office;",
"home_url": "https://keep.google.com/",
"license": "BSD-2-Clause",
"build": {
"icons": [
"src/icon.svg SCALABLE 64 128 256",
"src/icon-xs.svg 16 22 24",
"src/icon-sm.svg 32 48"
]
}
}
"id": "google_keep",
"name": "Google Keep",
"maintainer_name": "Matthew Gabeler-Lee",
"maintainer_link": "https://github.com/fastcat",
"version_major": 1,
"version_minor": 1,
"api_major": 4,
"api_minor": 12,
"categories": "Office;",
"home_url": "https://keep.google.com/",
"license": "BSD-2-Clause",
"build": {
"icons": [
"src/icon.svg SCALABLE 64 128 256",
"src/icon-xs.svg 16 22 24",
"src/icon-sm.svg 32 48"
]
}
}

0 comments on commit 8762552

Please sign in to comment.