From ceea5cb99b079c91f482090bb37e59533bf35e68 Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 17 Aug 2020 21:02:56 +0200 Subject: Update and rename ci_src_examples_linux.yml to linux.yml --- .github/workflows/ci_src_examples_linux.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/ci_src_examples_linux.yml (limited to '.github/workflows/ci_src_examples_linux.yml') diff --git a/.github/workflows/ci_src_examples_linux.yml b/.github/workflows/ci_src_examples_linux.yml deleted file mode 100644 index e86f27b2..00000000 --- a/.github/workflows/ci_src_examples_linux.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: CI - Source & Examples - Linux - -on: [push, pull_request] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@master - - name: apt-update - run: sudo apt-get update -qq - - name: apt get glfw - run: sudo apt-get install -y --no-install-recommends libglfw3 libglfw3-dev libx11-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libxext-dev libxfixes-dev - - name: make src - run: cd src && make PLATFORM=PLATFORM_DESKTOP - - name: make examples - run: cd examples && make PLATFORM=PLATFORM_DESKTOP -- cgit v1.2.3