Skip to content

Commit

Permalink
add cairo-demo and cairo_shadow_button to rust.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem V. Ageev committed Apr 1, 2024
1 parent 4edf903 commit 7d7b7ff
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ jobs:
git clone https://github.com/MoAlyousef/cfltk && cd cfltk && git submodule update --init --recursive && cmake -Bbin -GNinja -DOPTION_USE_SYSTEM_LIBPNG=OFF -DOPTION_USE_SYSTEM_LIBJPEG=OFF -DOPTION_USE_SYSTEM_ZLIB=OFF -DCFLTK_LINK_IMAGES=ON -DOpenGL_GL_PREFERENCE=GLVND -DOPTION_USE_GL=ON -DCFLTK_USE_OPENGL=ON -DCFLTK_SINGLE_THREADED=OFF -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCFLTK_CARGO_BUILD=ON -DFLTK_BUILD_EXAMPLES=OFF -DFLTK_BUILD_TEST=OFF -DOPTION_LARGE_FILE=ON -DOPTION_USE_THREADS=ON -DOPTION_BUILD_HTML_DOCUMENTATION=OFF -DOPTION_BUILD_PDF_DOCUMENTATION=OFF -DCMAKE_INSTALL_PREFIX=bin -DCMAKE_BUILD_TYPE=Release && cmake --build bin --parallel --target install && set CFLTK_BUNDLE_DIR=$(pwd)/bin/lib
fi
shell: bash
- name: Build cairo-demo
working-directory: cairo-demo
shell: bash
run: cargo build --verbose
- name: Build cairo_shadow_button
working-directory: cairo_shadow_button
shell: bash
run: cargo build --verbose
- name: Build calendar
working-directory: calendar
shell: bash
Expand Down Expand Up @@ -151,4 +159,4 @@ jobs:
- name: Build terminal
run: cargo build --verbose
working-directory: terminal
shell: bash
shell: bash

0 comments on commit 7d7b7ff

Please sign in to comment.