Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
proofmodule.json added
Browse files Browse the repository at this point in the history
  • Loading branch information
dkormalev committed Sep 28, 2018
1 parent fa48558 commit 967fa4e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
stage: Proof dependencies
name: Linux proof modules downloading
if: type != pull_request AND tag IS blank AND branch != master
script: $HOME/proof-bin/dev-tools/travis/proof-modules/pre-compile/raw-bin_download.sh debian9 proofbase
script: $HOME/proof-bin/dev-tools/travis/proof-modules/pre-compile/raw-bin_download.sh debian9
- <<: *pre-compile
name: Android proof modules downloading
language: android
Expand All @@ -59,7 +59,7 @@ jobs:
- build-tools-25.0.2
env: DUMMY=android
if: type != pull_request AND tag IS blank AND branch != master
script: $HOME/proof-bin/dev-tools/travis/proof-modules/pre-compile/raw-bin_download.sh android proofbase
script: $HOME/proof-bin/dev-tools/travis/proof-modules/pre-compile/raw-bin_download.sh android

- &compile
stage: compilation and static checks
Expand Down Expand Up @@ -123,4 +123,4 @@ jobs:
stage: Dependants builds
name: Build request for all modules based on current one
if: type != pull_request AND tag IS blank AND branch != master
script: $HOME/proof-bin/dev-tools/travis/ping_dependants.sh "opensoft/proofgui"
script: $HOME/proof-bin/dev-tools/travis/ping_dependants.sh
31 changes: 31 additions & 0 deletions proofmodule.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "proofutils",
"has_tests": true,
"has_plugins": true,
"has_tools": false,
"bootstrap": {
"process_3rdparty": false,
"process_qml": false,
"custom_steps": []
},
"depends": ["proofbase"],
"affects": ["proofgui"],
"libraries": [
{
"name": "ProofUtils",
"headers_subdir": "proofutils"
},
{
"name": "ProofNetworkMis",
"headers_subdir": "proofnetwork/mis"
},
{
"name": "ProofNetworkUms",
"headers_subdir": "proofnetwork/ums"
},
{
"name": "ProofNetworkLprPrinter",
"headers_subdir": "proofnetwork/lprprinter"
}
]
}

0 comments on commit 967fa4e

Please sign in to comment.