Skip to content

Commit

Permalink
test cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
ZitaLiao committed Sep 10, 2023
1 parent 19fc727 commit b1adcb7
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,23 @@ name: media-server-unit-tests

on:
push:
branches: [ master ]
#branches: [ master ]
pull_request:
branches: [ master ]
#branches: [ master ]

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Initialize submodules
run: git submodule update --init --recursive
- uses: actions/checkout@v1
with:
submodules: 'true'
run: pwd
run: ls -l ./
run: ls ./ext/googletest/
run: ls ./ext/libdatachannels
run: git submodule update --init --recursive
- name: Configure
run: mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release ..
- name: make
Expand Down

0 comments on commit b1adcb7

Please sign in to comment.