1
0
포크 0

Remove CircleCI because it does not support macOS on free plan

timestamps
dump_stack() 2019-12-28 01:07:00 +00:00
부모 196f17277c
커밋 0a332c670a
로그인 계정: dump_stack
GPG 키 ID: BE44DA8C062D87DC
1개의 변경된 파일0개의 추가작업 그리고 26개의 파일을 삭제

파일 보기

@ -1,26 +0,0 @@
version: 2
jobs:
build:
macos:
xcode: "10.2.0"
steps:
- checkout
- run:
name: Install dependencies
command: brew install go qemu
- run:
name: Build
command: go build
- run:
name: End-to-End Testing [Kernel Module]
command: |
cd examples/kernel-module
../../out-of-tree kernel autogen --max=1
../../out-of-tree pew --qemu-timeout=10m
- run:
name: End-to-End Testing [Kernel Exploit]
command: |
cd examples/kernel-exploit
../../out-of-tree kernel autogen --max=1
../../out-of-tree pew --threshold=0 --qemu-timeout=10m