Trigger
This commit is contained in:
8
.github/workflows/build-rhel7.yml
vendored
8
.github/workflows/build-rhel7.yml
vendored
@@ -55,12 +55,12 @@ jobs:
|
||||
- run: ls -la /root
|
||||
- run: rustc --version
|
||||
- run: cargo --version
|
||||
- run: mkdir /build
|
||||
- run: yum install -y git
|
||||
- run: git clone https://github.com/paulscherrerinstitute/daqingest.git
|
||||
- run: mkdir /build
|
||||
- run: git clone --branch dev https://github.com/paulscherrerinstitute/daqbuffer.git
|
||||
working-directory: /build
|
||||
- run: git clone --branch dev https://github.com/paulscherrerinstitute/daqingest.git
|
||||
working-directory: /build
|
||||
- run: git checkout dev
|
||||
working-directory: /build/daqingest
|
||||
- run: cargo build
|
||||
working-directory: /build/daqingest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user