Skip to content

Flattening now supports obfuscating C++ programs #13

Flattening now supports obfuscating C++ programs

Flattening now supports obfuscating C++ programs #13

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "llvm-14.0.6" ]
pull_request:
branches: [ "llvm-14.0.6" ]
jobs:
Ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: sudo apt install ninja-build -y
run: sudo apt install ninja-build -y
- name: git submodule update --init
run: git submodule update --init
- name: make build
run: make build
- name: make install
run: make install
- name: make check
run: make check
# Windows:
# runs-on: windows-latest
# steps:
# - uses: actions/checkout@v3
# - name: sudo apt install ninja-build -y
# run: sudo apt install ninja-build -y
# - name: git submodule update --init --recursive
# run: git submodule update --init --recursive
# - name: make build
# run: make build
# - name: make install
# run: make install
# - name: make check
# run: make check