Skip to content

CI/CD - add MSVC build action using CMake #88

CI/CD - add MSVC build action using CMake

CI/CD - add MSVC build action using CMake #88

Workflow file for this run

name: Build (Android)
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
Android:
runs-on: ubuntu-20.04
steps:
- name: Clone Tree
uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y \
g++
- name: Compile
run: |
./continuousIntegration/build_sview_android.sh