Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Update WheatyExceptionReport.cpp #411

Update WheatyExceptionReport.cpp

Update WheatyExceptionReport.cpp #411

Workflow file for this run

name: GCC
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Dependencies
- name: Setup
run: |
mkdir bin
cd bin
cmake ../ -DCMAKE_INSTALL_PREFIX=check_install
cd ..
- name: Build
run: |
cd bin
make -k && make install
#- name: Check executables
# run: |
# cd bin/check_install/bin
# ./authserver --version
# ./worldserver --version