mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-03 21:24:38 +01:00
commit
8b3bef13dc
70 changed files with 5141 additions and 2882 deletions
1
externals/fmt/.github/workflows/doc.yml
vendored
1
externals/fmt/.github/workflows/doc.yml
vendored
|
|
@ -12,6 +12,7 @@ jobs:
|
|||
|
||||
- name: Create Build Environment
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install doxygen python3-virtualenv
|
||||
sudo npm install -g less clean-css
|
||||
cmake -E make_directory ${{runner.workspace}}/build
|
||||
|
|
|
|||
3
externals/fmt/.github/workflows/linux.yml
vendored
3
externals/fmt/.github/workflows/linux.yml
vendored
|
|
@ -24,10 +24,11 @@ jobs:
|
|||
build_type: Debug
|
||||
std: 17
|
||||
os: ubuntu-18.04
|
||||
- cxx: g++-10
|
||||
- cxx: g++-11
|
||||
build_type: Debug
|
||||
std: 20
|
||||
os: ubuntu-20.04
|
||||
install: sudo apt install g++-11
|
||||
- cxx: clang++-9
|
||||
build_type: Debug
|
||||
fuzz: -DFMT_FUZZ=ON -DFMT_FUZZ_LINKMAIN=ON
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue