Completed MVP Refactor. Still need to write tests & do the while proc… #2129
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: Verify Build | |
on: | |
push: | |
pull_request: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Initialize Submodules | |
run: git submodule update --init --recursive | |
- name: Install tools | |
run: | | |
./Embedded-Sharepoint/Scripts/install.sh -i | |
sudo apt -y update | |
- name: clean | |
run: make clean | |
- name: make leader | |
run: make leader |