Gitlab added windows shared runners and we should avoid
running CI in this environment as it will immediatelly
fail.
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
make check -j4
tags:
- shared
+ - linux
except:
- tags
build/mini-gmp:
make check -j4
tags:
- shared
+ - linux
except:
- tags
build/c89:
make check -j4
tags:
- shared
+ - linux
except:
- tags
build/ndebug:
make check -j4
tags:
- shared
+ - linux
except:
- tags
build/ubsan:
--disable-documentation && make -j4 && make check -j4
tags:
- shared
+ - linux
except:
- tags
build/asan:
make -j4 && make check -j4
tags:
- shared
+ - linux
except:
- tags
build/static-analyzers:
- scan-build --status-bugs -o scan-build-lib make -j$(nproc)
tags:
- shared
+ - linux
except:
- tags
artifacts:
make -j $(nproc) check
tags:
- shared
+ - linux
except:
- tags
artifacts:
make check -j4
tags:
- shared
+ - linux
except:
- tags
.Debian.cross.template: &Debian_cross_template
- make -j$(nproc) check
tags:
- shared
+ - linux
except:
- tags
Debian.cross.arm-linux-gnueabihf: