Skip to content

Commit

Permalink
Eliminate legacy macOS CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
ariya committed Jun 13, 2020
1 parent d0c6dc0 commit bbfc9d8
Showing 1 changed file with 0 additions and 54 deletions.
54 changes: 0 additions & 54 deletions azure-pipelines.yml
Expand Up @@ -74,60 +74,6 @@ jobs:
workingDirectory: tests
displayName: 'Perform round-trip tests'

- job: 'amd64_macos_clang'
pool:
vmImage: 'macOS-latest'
steps:
- script: |
git clone https://github.com/ariya/compression-corpus.git
cd compression-corpus
cd enwik
unzip enwik8.zip
displayName: 'Retrieve test compression corpus'
- script: cc --version
displayName: 'Verify tools version'
- script: make roundtrip
workingDirectory: tests
displayName: 'Perform round-trip tests'
- script: make
workingDirectory: examples
displayName: 'Build examples: 6pack and 6unpack'
- script: |
./6pack -v
./6pack ../compression-corpus/enwik/enwik8.txt archive.6pk
./6unpack -v
./6unpack archive.6pk
workingDirectory: examples
displayName: 'Run examples: 6pack and 6unpack'
- job: 'amd64_macos_gcc'
pool:
vmImage: 'macOS-latest'
steps:
- script: |
git clone https://github.com/ariya/compression-corpus.git
cd compression-corpus
cd enwik
unzip enwik8.zip
displayName: 'Retrieve test compression corpus'
- script: brew install gcc@9
displayName: 'Install requirements'
- script: gcc-9 --version
displayName: 'Verify tools version'
- script: CC=gcc-9 make roundtrip
workingDirectory: tests
displayName: 'Perform round-trip tests'
- script: CC=gcc-9 make
workingDirectory: examples
displayName: 'Build examples: 6pack and 6unpack'
- script: |
./6pack -v
./6pack ../compression-corpus/enwik/enwik8.txt archive.6pk
./6unpack -v
./6unpack archive.6pk
workingDirectory: examples
displayName: 'Run examples: 6pack and 6unpack'
- job: 'arm64_linux_gcc'
pool:
vmImage: 'ubuntu-18.04'
Expand Down

0 comments on commit bbfc9d8

Please sign in to comment.