Skip to content
Snippets Groups Projects
Commit d28fa5c8 authored by Ralf Mueller's avatar Ralf Mueller :fishing_pole_and_fish:
Browse files

fix missing dir change

parent 7886f657
No related branches found
No related tags found
No related merge requests found
Pipeline #2353 failed
......@@ -23,7 +23,7 @@ build:
- mpif90 --version
- mpicc --version
- mpirun --help
- mkdir gcc64 && ../configure CC=mpicc FC=mpif90 --enable-mpi --disable-cdi-app --enable-iso-c-interface
- mkdir gcc64 && cd gcc64 && ../configure CC=mpicc FC=mpif90 --enable-mpi --disable-cdi-app --enable-iso-c-interface
artifacts:
paths:
- gcc64/config.log
......
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