Skip to content
Snippets Groups Projects
Commit 560061e8 authored by Yifan Zhao's avatar Yifan Zhao
Browse files

Added CI for merge requests

parent ce6714fd
No related branches found
No related tags found
No related merge requests found
...@@ -24,15 +24,5 @@ build: ...@@ -24,15 +24,5 @@ build:
- ./install.sh -j32 -t "X86" DCMAKE_BUILD_TYPE=Release - ./install.sh -j32 -t "X86" DCMAKE_BUILD_TYPE=Release
- cd .. - cd ..
only: only:
changes: - hpvm-release-exp
- hpvm/scripts/hpvm_installer.py - merge_requests
tests:
stage: test
tags:
- hpvm
script:
- pwd
- source activate hpvm && cd hpvm
- ./install.sh -j32 -t "X86" DCMAKE_BUILD_TYPE=Release
- cd build && make -j32 check-hpvm-pass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment