From cc2d5c39ceeba8a18c78fbd08534f13655f91f73 Mon Sep 17 00:00:00 2001 From: Riku Isokoski Date: Mon, 2 May 2022 12:26:30 +0300 Subject: Cleanup workflows --- .github/workflows/lv_sim.yml | 12 ------------ 1 file changed, 12 deletions(-) (limited to '.github/workflows/lv_sim.yml') diff --git a/.github/workflows/lv_sim.yml b/.github/workflows/lv_sim.yml index 21b0cebf..45408bd1 100644 --- a/.github/workflows/lv_sim.yml +++ b/.github/workflows/lv_sim.yml @@ -1,24 +1,15 @@ # GitHub Actions Workflow to build Simulator for PineTime Smart Watch LVGL Interface -# Name of this Workflow name: Build PineTime LVGL Simulator -# When to run this Workflow... on: - - # Run this Workflow when files are updated (Pushed) in the "master" and "develop" Branch push: branches: [ master, develop ] - - # Also run this Workflow when a Pull Request is created or updated in the "master" and "develop" Branch pull_request: branches: [ master, develop ] -# Steps to run for the Workflow jobs: build: - - # Run these steps on Ubuntu runs-on: ubuntu-latest steps: @@ -64,9 +55,6 @@ jobs: ######################################################################################### # Build and Upload simulator - # For Debugging Builds: Remove "make" option "-j" for clearer output. Add "--trace" to see details. - # For Faster Builds: Add "make" option "-j" - - name: Build simulator executable run: | cmake --build build_lv_sim -- cgit v1.2.3-70-g09d2