Commit 20b6ac81 authored by Elena Stepanova's avatar Elena Stepanova

MacOS tests

parent 7e2e9689
# Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
trigger:
- 10.6-elenst
pool:
vmImage: 'macOS-12'
steps:
- script: echo Hello, world!
displayName: 'Run a one-line script'
- script: |
set +e
pwd
ls -l
df -kT
cat /proc/cpuinfo
cmake .
make
cd mysql-test
perl mysql-test-run.pl --suite=main --force --max-test-fail=0
displayName: 'Build and MTR'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment