ADTarm-ehast-experimentalcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change
on this file since d078afd was
8f99233,
checked in by Thierry Delisle <tdelisle@…>, 6 years ago
|
Second attempt at pipefail using an external script. closes #110
|
-
Property mode set to
100755
|
File size:
168 bytes
|
Rev | Line | |
---|
[8f99233] | 1 | #!/bin/bash |
---|
| 2 | |
---|
| 3 | set -o pipefail |
---|
| 4 | |
---|
| 5 | GitNewRef=$1 |
---|
| 6 | Architecture=$2 |
---|
| 7 | Out=$3 |
---|
| 8 | |
---|
| 9 | make --no-print-directory -C benchmark jenkins githash=${GitNewRef} arch=${Architecture} | tee ${Out} |
---|
Note: See
TracBrowser
for help on using the repository browser.