Merge commit 'c992cb4e42cc223f67ede0e48d7ff3f4947af0c6' as 'test/compatibility/C/uWebSockets'
This commit is contained in:
26
test/compatibility/C/uWebSockets/.github/workflows/cpp.yml
vendored
Normal file
26
test/compatibility/C/uWebSockets/.github/workflows/cpp.yml
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
name: C++ CI
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build_linux:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Clone source
|
||||
run: git clone --recursive https://github.com/uNetworking/uWebSockets.git
|
||||
- name: Build source
|
||||
run: make -C uWebSockets
|
||||
|
||||
|
||||
build_osx:
|
||||
|
||||
runs-on: macos-latest
|
||||
|
||||
steps:
|
||||
- name: Clone source
|
||||
run: git clone --recursive https://github.com/uNetworking/uWebSockets.git
|
||||
- name: Build source
|
||||
run: make -C uWebSockets
|
||||
|
Reference in New Issue
Block a user