-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: install fakeroot for linux builds
- Loading branch information
Showing
5 changed files
with
48 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Node.js | ||
# Build a general Node.js project with npm. | ||
# Add steps that analyze code, save build artifacts, deploy, and more: | ||
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript | ||
|
||
pool: | ||
vmImage: "Ubuntu 16.04" | ||
|
||
steps: | ||
- task: NodeTool@0 | ||
inputs: | ||
versionSpec: "8.x" | ||
displayName: "Install Node.js" | ||
|
||
- script: | | ||
sudo apt-get install dpkg fakeroot -y | ||
displayName: "Install dpkg & fakeroot" | ||
- script: | | ||
yarn install | ||
displayName: "Yarn install" | ||
- script: | | ||
GITHUB_TOKEN=$(GITHUB_TOKEN) yarn run publish | ||
displayName: "Publish" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Node.js | ||
# Build a general Node.js project with npm. | ||
# Add steps that analyze code, save build artifacts, deploy, and more: | ||
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript | ||
|
||
pool: | ||
vmImage: "macOS-10.13" | ||
|
||
steps: | ||
- task: NodeTool@0 | ||
inputs: | ||
versionSpec: "8.x" | ||
displayName: "Install Node.js" | ||
|
||
- script: | | ||
yarn install | ||
displayName: "Yarn install" | ||
- script: | | ||
GITHUB_TOKEN=$(GITHUB_TOKEN) yarn run publish | ||
displayName: "Publish" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,77 +91,6 @@ | |
vue-template-compiler "^2.0.0-alpha.8" | ||
vue-template-es2015-compiler "^1.4.2" | ||
|
||
"@protobufjs/aspromise@^1.1.1", "@protobufjs/aspromise@^1.1.2": | ||
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/@protobufjs/aspromise/-/aspromise-1.1.2.tgz#9b8b0cc663d669a7d8f6f5d0893a14d348f30fbf" | ||
|
||
"@protobufjs/base64@^1.1.2": | ||
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/@protobufjs/base64/-/base64-1.1.2.tgz#4c85730e59b9a1f1f349047dbf24296034bb2735" | ||
|
||
"@protobufjs/codegen@^2.0.4": | ||
version "2.0.4" | ||
resolved "https://registry.yarnpkg.com/@protobufjs/codegen/-/codegen-2.0.4.tgz#7ef37f0d010fb028ad1ad59722e506d9262815cb" | ||
|
||
"@protobufjs/eventemitter@^1.1.0": | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz#355cbc98bafad5978f9ed095f397621f1d066b70" | ||
|
||
"@protobufjs/fetch@^1.1.0": | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/@protobufjs/fetch/-/fetch-1.1.0.tgz#ba99fb598614af65700c1619ff06d454b0d84c45" | ||
dependencies: | ||
"@protobufjs/aspromise" "^1.1.1" | ||
"@protobufjs/inquire" "^1.1.0" | ||
|
||
"@protobufjs/float@^1.0.2": | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/@protobufjs/float/-/float-1.0.2.tgz#5e9e1abdcb73fc0a7cb8b291df78c8cbd97b87d1" | ||
|
||
"@protobufjs/inquire@^1.1.0": | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/@protobufjs/inquire/-/inquire-1.1.0.tgz#ff200e3e7cf2429e2dcafc1140828e8cc638f089" | ||
|
||
"@protobufjs/path@^1.1.2": | ||
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/@protobufjs/path/-/path-1.1.2.tgz#6cc2b20c5c9ad6ad0dccfd21ca7673d8d7fbf68d" | ||
|
||
"@protobufjs/pool@^1.1.0": | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/@protobufjs/pool/-/pool-1.1.0.tgz#09fd15f2d6d3abfa9b65bc366506d6ad7846ff54" | ||
|
||
"@protobufjs/utf8@^1.1.0": | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570" | ||
|
||
"@tensorflow/[email protected]": | ||
version "0.6.0" | ||
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-converter/-/tfjs-converter-0.6.0.tgz#7496c3f16430fbea823c53e3bd3a046d23618f90" | ||
dependencies: | ||
"@types/long" "~3.0.32" | ||
protobufjs "~6.8.6" | ||
|
||
"@tensorflow/[email protected]": | ||
version "0.13.0" | ||
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-0.13.0.tgz#9e9469a986f935e75839d280c540bc214e5ad418" | ||
dependencies: | ||
"@types/seedrandom" "~2.4.27" | ||
"@types/webgl-ext" "~0.0.29" | ||
"@types/webgl2" "~0.0.4" | ||
seedrandom "~2.4.3" | ||
|
||
"@tensorflow/[email protected]": | ||
version "0.8.0" | ||
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-0.8.0.tgz#33a26d3379cbce64a63901bad3cbd65d37e66b48" | ||
|
||
"@tensorflow/tfjs@^0.13.0": | ||
version "0.13.0" | ||
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs/-/tfjs-0.13.0.tgz#5e3ac0a6ddb6a5a9e5f927d6ab5e987f76129ffa" | ||
dependencies: | ||
"@tensorflow/tfjs-converter" "0.6.0" | ||
"@tensorflow/tfjs-core" "0.13.0" | ||
"@tensorflow/tfjs-layers" "0.8.0" | ||
|
||
"@types/electron-devtools-installer@^2.0.2": | ||
version "2.2.0" | ||
resolved "https://registry.yarnpkg.com/@types/electron-devtools-installer/-/electron-devtools-installer-2.2.0.tgz#32ee4ebbe99b3daf9847a6d2097dc00b5de94f10" | ||
|
@@ -179,15 +108,7 @@ | |
csstype "^2.0.0" | ||
indefinite-observable "^1.0.1" | ||
|
||
"@types/long@^4.0.0": | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/@types/long/-/long-4.0.0.tgz#719551d2352d301ac8b81db732acb6bdc28dbdef" | ||
|
||
"@types/long@~3.0.32": | ||
version "3.0.32" | ||
resolved "https://registry.yarnpkg.com/@types/long/-/long-3.0.32.tgz#f4e5af31e9e9b196d8e5fca8a5e2e20aa3d60b69" | ||
|
||
"@types/node@*", "@types/node@^10.1.0", "@types/node@^10.10.3": | ||
"@types/node@*", "@types/node@^10.10.3": | ||
version "10.10.3" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.10.3.tgz#09c75a4ad84d6a3d286790bdd9489a4f8ee9906c" | ||
|
||
|
@@ -225,18 +146,6 @@ | |
"@types/prop-types" "*" | ||
csstype "^2.2.0" | ||
|
||
"@types/seedrandom@~2.4.27": | ||
version "2.4.27" | ||
resolved "https://registry.yarnpkg.com/@types/seedrandom/-/seedrandom-2.4.27.tgz#9db563937dd86915f69092bc43259d2f48578e41" | ||
|
||
"@types/webgl-ext@~0.0.29": | ||
version "0.0.29" | ||
resolved "https://registry.yarnpkg.com/@types/webgl-ext/-/webgl-ext-0.0.29.tgz#4d479baf1124795f53d54bdc85b386e0f194d90a" | ||
|
||
"@types/webgl2@~0.0.4": | ||
version "0.0.4" | ||
resolved "https://registry.yarnpkg.com/@types/webgl2/-/webgl2-0.0.4.tgz#c3b0f9d6b465c66138e84e64cb3bdf8373c2c279" | ||
|
||
abab@^1.0.0: | ||
version "1.0.4" | ||
resolved "https://registry.yarnpkg.com/abab/-/abab-1.0.4.tgz#5faad9c2c07f60dd76770f71cf025b62a63cfd4e" | ||
|
@@ -3697,10 +3606,6 @@ log-symbols@^2.0.0, log-symbols@^2.1.0, log-symbols@^2.2.0: | |
dependencies: | ||
chalk "^2.0.1" | ||
|
||
long@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/long/-/long-4.0.0.tgz#9a7b71cfb7d361a194ea555241c92f7468d5bf28" | ||
|
||
longest@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097" | ||
|
@@ -4642,24 +4547,6 @@ prop-types@^15.5.8, prop-types@^15.6.0, prop-types@^15.6.1, prop-types@^15.6.2: | |
loose-envify "^1.3.1" | ||
object-assign "^4.1.1" | ||
|
||
protobufjs@~6.8.6: | ||
version "6.8.8" | ||
resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-6.8.8.tgz#c8b4f1282fd7a90e6f5b109ed11c84af82908e7c" | ||
dependencies: | ||
"@protobufjs/aspromise" "^1.1.2" | ||
"@protobufjs/base64" "^1.1.2" | ||
"@protobufjs/codegen" "^2.0.4" | ||
"@protobufjs/eventemitter" "^1.1.0" | ||
"@protobufjs/fetch" "^1.1.0" | ||
"@protobufjs/float" "^1.0.2" | ||
"@protobufjs/inquire" "^1.1.0" | ||
"@protobufjs/path" "^1.1.2" | ||
"@protobufjs/pool" "^1.1.0" | ||
"@protobufjs/utf8" "^1.1.0" | ||
"@types/long" "^4.0.0" | ||
"@types/node" "^10.1.0" | ||
long "^4.0.0" | ||
|
||
prr@~1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476" | ||
|
@@ -5175,10 +5062,6 @@ schedule@^0.5.0: | |
dependencies: | ||
object-assign "^4.1.1" | ||
|
||
seedrandom@~2.4.3: | ||
version "2.4.4" | ||
resolved "https://registry.yarnpkg.com/seedrandom/-/seedrandom-2.4.4.tgz#b25ea98632c73e45f58b77cfaa931678df01f9ba" | ||
|
||
"semver@2 || 3 || 4 || 5", semver@^5.0.1, semver@^5.3.0, semver@^5.4.1, semver@^5.5.0: | ||
version "5.5.1" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.1.tgz#7dfdd8814bdb7cabc7be0fb1d734cfb66c940477" | ||
|