Examples: improve job names in example-mini

This commit is contained in:
Ralph Lange
2020-09-14 09:36:37 +02:00
parent 43e52b5f6f
commit 984fa5e355

View File

@@ -25,12 +25,12 @@ variables:
# Build on Linux using default gcc for Base branches 7.0 and 3.15
gcc_7_0:
gcc_base_7_0:
extends: .build
variables:
BASE: "7.0"
gcc_3_15:
gcc_base_3_15:
extends: .build
variables:
BASE: "3.15"