Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Held <ilovemilk@wusa.io>2019-05-17 21:58:17 +0300
committerMatthias Held <ilovemilk@wusa.io>2019-05-17 21:58:17 +0300
commit098c494bb584ff5161a2cc49e6c78f7efa0fbe74 (patch)
tree4da5990c3ee84332ee6d31cd9f10619b43f583d5
parent968c7e4997470c73a421871a918d0efa53a1eb00 (diff)
add build step
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d35fad3..6e1126e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -84,6 +84,9 @@ jobs:
- CHECKSTYLE=2
script:
- ./occ app:check-code $APP_NAME -c deprecation
+ - stage: build
+ script:
+ - make appstore
stages:
- test