update
This commit is contained in:
@@ -27,8 +27,7 @@ jobs:
|
|||||||
working_directory: /tmp/danio-gcc
|
working_directory: /tmp/danio-gcc
|
||||||
machine: true
|
machine: true
|
||||||
steps:
|
steps:
|
||||||
- attach_workspace:
|
- attach_workspace: /tmp/danio-gcc
|
||||||
at: /tmp/danio-gcc
|
|
||||||
- run: |
|
- run: |
|
||||||
mkdir -pv out
|
mkdir -pv out
|
||||||
find . -name "*.txz" -exec mv -fv {} out \;
|
find . -name "*.txz" -exec mv -fv {} out \;
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@ export OUT="`pwd`/out"
|
|||||||
if [ "${1}" == "64" ]; then
|
if [ "${1}" == "64" ]; then
|
||||||
export CC="cc -m64"
|
export CC="cc -m64"
|
||||||
export CXX="c++ -m64"
|
export CXX="c++ -m64"
|
||||||
elif [ "${1}" == "32" ]
|
elif [ "${1}" == "32" ]; then
|
||||||
export CC="cc -m32"
|
export CC="cc -m32"
|
||||||
export CXX="c++ -m32"
|
export CXX="c++ -m32"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user