Delete CITIZEN_CODE_OF_CONDUCT.md #41
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
name: Senegal Tests Mac | |
on: | |
push: | |
branches: [ master ] | |
paths-ignore: | |
- 'test/senegal' | |
pull_request: | |
branches: [ master ] | |
env: | |
BUILD_TYPE: Release | |
jobs: | |
build: | |
runs-on: macos-latest | |
steps: | |
- name: Install Dependencies | |
run: brew tap dart-lang/dart && | |
brew install dart && | |
brew install gcc | |
- uses: actions/checkout@v2 | |
- name: Build and run tests | |
run: python utils/build.py $BUILD_TYPE --test --verbose |