Skip to content
Snippets Groups Projects
Commit 65c8febe authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Fix order of parameters

parent 817d35ab
No related branches found
No related tags found
1 merge request!3Add test for matrix
Pipeline #81449 canceled
...@@ -3,8 +3,9 @@ ...@@ -3,8 +3,9 @@
# compile the code and run it on das6 # compile the code and run it on das6
# Specify the compiler version and architecture # Specify the compiler version and architecture
COMPILER_VERSION=$1 ARCHITECTURE=$1
ARCHITECTURE=$2 COMPILER_VERSION=$2
echo RUNNING ON ${COMPILER_VERSION} AND ${ARCHITECTURE} echo RUNNING ON ${COMPILER_VERSION} AND ${ARCHITECTURE}
BUILD_DIR=build-${COMPILER_VERSION}-${ARCHITECTURE} BUILD_DIR=build-${COMPILER_VERSION}-${ARCHITECTURE}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment