Skip to content

fix capstone options mismatch #101

fix capstone options mismatch

fix capstone options mismatch #101

Workflow file for this run

name: CI
on:
[push]
#push:
#branches: [ master ]
#pull_request:
#branches: [ master ]
jobs:
build:
runs-on: self-hosted
timeout-minutes: 360000 #(100 hours)
steps:
# this needs the latest git!! (version 2.28)
- uses: actions/checkout@v2
with:
fetch-depth: 5
- name: SPEC CPU Benchmark
run: bash integration/runner.sh
# upload results to github in case they get lost
#- name: Upload results
#uses: actions/upload-artifact@v2
#with:
#name: result
#path: ~/result