Skip to content

Commit

Permalink
Merge ad902c4 into 0740052
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Aug 21, 2019
2 parents 0740052 + ad902c4 commit 3c9f1bb
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions buddy.yml
@@ -1,4 +1,4 @@
- pipeline: "benchmark test"
- pipeline: "test"
trigger_mode: "ON_EVERY_PUSH"
ref_name: "(^(master$|develop$|buddy/*$))"
ref_type: "WILDCARD"
Expand All @@ -11,9 +11,20 @@
docker_image_name: "library/gcc"
docker_image_tag: "7"
execute_commands:
- "cd test"
- "make -C benchmark"
- "make bench"
- "cd projects/make"
- "make run"
mount_filesystem_path: "/buddy/iutest"
shell: "SH"
trigger_condition: "ALWAYS"
# - action: "Execute: make bench"
# type: "BUILD"
# working_directory: "/buddy/iutest"
# docker_image_name: "library/gcc"
# docker_image_tag: "7"
# execute_commands:
# - "cd test"
# - "make -C benchmark"
# - "make bench"
# mount_filesystem_path: "/buddy/iutest"
# shell: "SH"
# trigger_condition: "ALWAYS"

0 comments on commit 3c9f1bb

Please sign in to comment.