Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Create automatic development builds of NewCaw #46

Merged
merged 7 commits into from
Jul 25, 2022
Merged

Create automatic development builds of NewCaw #46

merged 7 commits into from
Jul 25, 2022

Commits on Jul 19, 2022

  1. Update parsing tests

    Update with newly pulled JSON from the API, as well as some updates to the checks
    as we escape the final text now, so we need to reflect that in the test check.
    CodedOre committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    9c754f8 View commit details
    Browse the repository at this point in the history
  2. Appdata: Add additional data

    In order for our CI to not fail the appdata check test, we now add a fake
    release and a first screenshot into the appdata.
    CodedOre committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    11bd98c View commit details
    Browse the repository at this point in the history
  3. Add Workflow file for GitHub Actions

    Let us automatically build an Flatpak of the development build.
    CodedOre committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    e0b304a View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Updates to building with different platforms

    This includes:
    - Using `secret-opts` to include the OAuth Key more securely
    - Have distinct artifact names for each job
    - Use an one-dimensional build option for platform selection
    CodedOre committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    7c25344 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Do not use a GitHub url for providing the screenshot

    appstream-util seems to have problems with it
    CodedOre committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    77d768b View commit details
    Browse the repository at this point in the history
  2. Disable appdata test for now

    This test has blocked the action for some time but is not a necessity,
    so let's disable it until the issues are fully resolved.
    CodedOre committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    b92ba4f View commit details
    Browse the repository at this point in the history
  3. Update ReadMe

    CodedOre committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    b924f4d View commit details
    Browse the repository at this point in the history