diff --git a/.ci/esy-build-steps.yml b/.ci/esy-build-steps.yml index 9cf866d..5ce2ba0 100644 --- a/.ci/esy-build-steps.yml +++ b/.ci/esy-build-steps.yml @@ -1,8 +1,8 @@ # Cross-platform set of build steps for building esy projects steps: - - script: npm install -g esy@0.6.6 - displayName: 'npm install -g esy@0.6.6' + - script: npm install -g esy@0.6.7 + displayName: 'npm install -g esy@0.6.7' - script: esy install displayName: 'esy install' - script: esy build diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fa7ec79..4e2a751 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,45 +5,6 @@ name: $(Build.SourceVersion) jobs: -- job: Linux - timeoutInMinutes: 0 - pool: - vmImage: 'Ubuntu 16.04' - - variables: - STAGING_DIRECTORY: /home/vsts/STAGING - STAGING_DIRECTORY_UNIX: /home/vsts/STAGING - ESY__CACHE_INSTALL_PATH: /home/vsts/.esy/3_____________________________________________________________________/i - ESY__CACHE_SOURCE_TARBALL_PATH: /home/vsts/.esy/source/i - # ESY__NPM_ROOT: /opt/hostedtoolcache/node/8.14.0/x64/lib/node_modules/esy - - steps: - - script: sudo apt-get update && sudo apt-get install -y nasm libgl1-mesa-dev libglu1-mesa-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libegl1-mesa-dev mesa-utils mesa-utils-extra ragel libgtk-3-dev - - template: .ci/use-node.yml - - template: .ci/restore-build-cache.yml - - template: .ci/esy-build-steps.yml - - template: .ci/publish-build-cache.yml - -- job: MacOS - timeoutInMinutes: 0 - pool: - vmImage: 'macOS-10.14' - - variables: - STAGING_DIRECTORY: /Users/runner/STAGING - STAGING_DIRECTORY_UNIX: /Users/runner/STAGING - ESY__CACHE_INSTALL_PATH: /Users/runner/.esy/3__________________________________________________________________/i - ESY__CACHE_SOURCE_TARBALL_PATH: /Users/runner/.esy/source/i - # ESY__NPM_ROOT: /usr/local/lib/node_modules/esy - - steps: - - script: brew update-reset - - script: brew install libtool libpng ragel - - template: .ci/use-node.yml - - template: .ci/restore-build-cache.yml - - template: .ci/esy-build-steps.yml - - template: .ci/publish-build-cache.yml - - job: Windows timeoutInMinutes: 0 pool: