1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-16 10:50:46 +03:00

[WIP] Add .gitlab-ci.yml

This commit is contained in:
Marian Csontos 2023-06-28 15:05:06 +02:00
parent adaa703488
commit 54cdf9bffd

37
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,37 @@
build-job:
stage: build
tags:
- rhel8
script:
- echo "# PATHS:"
- pwd
- ls -l
- echo ""
- echo "# NETWORK"
- ip a
- echo "# VARIABLES:"
- set
- sleep 60
#- ip a
#- id -a
#- mount
#- lsblk
#- blkid
#- free
#- df
# TODO: run these only for the known sources! kabi's, mine, dct's
# - or for PR's with origin and target in main repo (thus known author)
# - or ONLY after review
#- ./configure
#- make
test-job1:
stage: test
tags:
- rhel8
script:
- echo "TODO"
# run test on push to main/rhel branches
# in main repo run ONLY for push, MR originated in same repo, or MR with known author(?)