FLTK logo

[master] c8b1f8f - Wayland platform: attempt for CI

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] c8b1f8f - Wayland platform: attempt for CI "ManoloFLTK" Dec 02, 2021  
 
commit c8b1f8f58439869af75bcb7d6b071e3871557a47
Author:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
AuthorDate: Wed May 26 17:02:22 2021 +0200
Commit:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
CommitDate: Wed Sep 29 12:14:55 2021 +0200

    Wayland platform: attempt for CI

 .github/workflows/build.yml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git .github/workflows/build.yml .github/workflows/build.yml
index f347b65..7c0b60e 100644
--- .github/workflows/build.yml
+++ .github/workflows/build.yml
@@ -40,6 +40,25 @@ jobs:
       shell: bash
       # Execute the build.  You can specify a specific target with "--target <NAME>"
       run: cmake --build . --config $BUILD_TYPE
+      
+  build-wayland:
+    runs-on: ubuntu-20.04
+
+    steps:
+    - uses: actions/checkout@v2
+
+    - name: install prerequisites
+      run: sudo apt-get install -y libasound2-dev libglu1-mesa-dev libwayland-dev wayland-protocols libdbus-1-dev libxkbcommon-dev libegl-dev
+
+    - name: Create Build Environment
+      shell: bash
+      run: autoconf -f
+      run: ./configure --enable-wayland
+
+    - name: Build
+      shell: bash
+      # Execute the build.  You can specify a specific target with "--target <NAME>"
+      run: make
 
   build-macos:
     # The CMake configure and build commands are platform agnostic and should work equally
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.