Skip to content

Commit

Permalink
ci: test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jshor committed Dec 12, 2019
1 parent 72feb79 commit b205a65
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 2 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ build_script:
- yarn package:binary

on_success:
- echo "publishing now..."
# - yarn publish:binary
- ps: cmd ./scripts/appveyor.cmd

platform:
platform:
# - x86
- x64

Expand Down
4 changes: 4 additions & 0 deletions scripts/appveyor.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
IF ($env:APPVEYOR_REPO_BRANCH -eq "master") {
echo "publishing release"
}
Exit /B 0
1 change: 1 addition & 0 deletions scripts/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const rimraf = require('rimraf')
const path = require('path')
const patches = require('./patches')

// test commit
console.log('Removing any existing .zint directory...')

rimraf(path.join(__dirname, '../.zint'), () => {
Expand Down

0 comments on commit b205a65

Please sign in to comment.