Skip to content

Delete CMakeLists.txt #133

Delete CMakeLists.txt

Delete CMakeLists.txt #133

Workflow file for this run

name: Static Analyze
on: [push]
jobs:
run_tests:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Setup
run: |
python -m pip install --upgrade pip
shell: bash
- name: Info
run: |
chmod +x build.sh
./build.sh info
shell: bash
- name: Analyze
run: |
chmod +x build.sh
./build.sh analyze
shell: bash