Skip to content

upgrade dynamorio to 10.0.0 #86

upgrade dynamorio to 10.0.0

upgrade dynamorio to 10.0.0 #86

Workflow file for this run

name: build master
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: configure
run: .github/action_scripts/configure.sh
- name: cmake & make
run: .github/action_scripts/make.sh
- name: make tests
run: .github/action_scripts/make_tests.sh