Skip to content

Commit cfa8669

Browse files
Use gfort64 Makefile
1 parent 651ca4b commit cfa8669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pipeline {
1717
steps {
1818
sh '''
1919
cd src
20-
make
20+
make -f Makefile-gfort64
2121
'''
2222
}
2323
}

0 commit comments

Comments
 (0)