Remove old Desktop app build yml
Signed-off-by: Kevin Fitzpatrick <kevin@influxdb.com>pull/10616/head
parent
8c3649c587
commit
1dc8f86396
|
@ -1,21 +0,0 @@
|
|||
machine:
|
||||
node:
|
||||
version: 5.1.0
|
||||
pre:
|
||||
# Use Phantom 2, not Phantom 1 as preinstalled on Circle.
|
||||
# https://discuss.circleci.com/t/add-phantomjs-2-1-1-to-the-platform/1755/2
|
||||
- sudo curl --output /usr/local/bin/phantomjs https://s3.amazonaws.com/circle-downloads/phantomjs-2.1.1
|
||||
|
||||
dependencies:
|
||||
pre:
|
||||
# Make npm commands respect NPM_TOKEN (which we have set via CircleCI)
|
||||
# https://github.com/npm/npm/issues/8356#issuecomment-174320077
|
||||
- 'echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc'
|
||||
|
||||
test:
|
||||
pre:
|
||||
- npm run lint
|
||||
post:
|
||||
- npm run build && npm run pack:osx
|
||||
# Until we build .dmg files, we'll distribute the zipped app file.
|
||||
- cd artifacts/InfluxDBDashboard-darwin-x64 && zip -y -r ${CIRCLE_ARTIFACTS}/InfluxDBDashboard.app.zip InfluxDBDashboard.app
|
Loading…
Reference in New Issue