File tree Expand file tree Collapse file tree 1 file changed +16
-7
lines changed Expand file tree Collapse file tree 1 file changed +16
-7
lines changed Original file line number Diff line number Diff line change 11language : vba
22install :
33 - composer install
4- - sudo apt-get install -qq mono-complete
4+ - sudo apt-get install -qq mono-complete python3
5+ - git clone https://github.com/Beakerboy/Excel-Addin-Generator.git
56script :
67 - vendor/bin/phpcs --extensions=cls/vba,bas/vba --standard=vendor/beakerboy/vba_tokenizer/src/Standards/VBA $TRAVIS_BUILD_DIR/src
78after_success :
@@ -11,10 +12,18 @@ after_success:
1112 - mkdir $TRAVIS_BUILD_DIR/.ND_Config
1213 - cp .nd_project.txt $TRAVIS_BUILD_DIR/.ND_Config/Project.txt
1314 - mono /tmp/Natural\ Docs/NaturalDocs.exe $TRAVIS_BUILD_DIR/.ND_Config
15+ - python Excel-Addin-Generator/main.py $TRAVIS_BUILD_DIR/bin/vbaProject.bin SQLlib.xlam
1416deploy :
15- provider : pages
16- skip_cleanup : true
17- local_dir : $TRAVIS_BUILD_DIR/docs
18- github_token : $GH_REPO_TOKEN
19- on :
20- branch : master
17+ - provider : pages
18+ skip_cleanup : true
19+ local_dir : $TRAVIS_BUILD_DIR/docs
20+ github_token : $GH_REPO_TOKEN
21+ on :
22+ branch : master
23+ - provider : releases
24+ api_key : $GH_REPO_TOKEN
25+ file : SQLlib.xlam
26+ skip_cleanup : true
27+ on :
28+ # tags: true
29+ branch : master
You can’t perform that action at this time.
0 commit comments