mirror of
https://github.com/uroni/fuseuring.git
synced 2025-10-26 11:19:19 +00:00
Update c-cpp.yml
This commit is contained in:
parent
e04df776c2
commit
98b9b292e9
4
.github/workflows/c-cpp.yml
vendored
4
.github/workflows/c-cpp.yml
vendored
@ -13,12 +13,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install GCC 10
|
||||
run: sudo add-apt-repository ppa:ubuntu-toolchain-r/ppa && sudo apt update && sudo apt install g++-10 libstdc++-10-dev
|
||||
- name: autoconf
|
||||
run: autoreconf --install
|
||||
- name: configure
|
||||
run: ./configure
|
||||
run: ./configure CXXFLAGS="-O2 -fcoroutines -flto" CXX=g++-10 LDFLAGS="-flto"
|
||||
- name: make
|
||||
run: make
|
||||
- name: make check
|
||||
|
||||
Loading…
Reference in New Issue
Block a user