Skip to content

Commit 9bd9e98

Browse files
committed
ci
1 parent b475fab commit 9bd9e98

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Build Linux and Android
2+
3+
on:
4+
push:
5+
branches: [ "2.0-master", "wasm_devel" ]
6+
pull_request:
7+
branches: [ "2.0-master" ]
8+
9+
jobs:
10+
11+
build:
12+
13+
runs-on: ubuntu-latest
14+
15+
steps:
16+
- uses: actions/checkout@v4
17+
- name: Install dependencies
18+
run: bash travis/install_dependencies.bash
19+
- name: Build client
20+
run: bash travis/build_client.bash
21+
- name: Build server
22+
run: bash travis/build_and_deploy_server.bash

0 commit comments

Comments
 (0)