-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
4 changed files
with
39 additions
and
20 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 |
---|---|---|
@@ -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 |
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 |
---|---|---|
@@ -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" | ||
] | ||
} | ||
} |