Skip to content

Commit

Permalink
More CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Aug 25, 2024
1 parent 9ff217b commit 61498b4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ jobs:
with:
name: friction-ci-linux-x86_64
path: |
distfiles/builds/*/*.rpm
distfiles/builds/*/*.xz
distfiles/builds/*/*.AppImage
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Ubuntu
name: CI

on: [push, pull_request]

Expand All @@ -10,4 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build
run: APT=1 CI=1 MKJOBS=2 ./src/scripts/build_ci.sh
run: APT=1 CI=1 MKJOBS=2 ./src/scripts/ci.sh
2 changes: 1 addition & 1 deletion src/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ fi

cd ${CWD}

BUILD_ENGINE=${BUILD_ENGINE} LOCAL_BUILD=0 MKJOBS=${MKJOBS} REL=${REL} BRANCH=${BRANCH} COMMIT=${COMMIT} ./src/scripts/run_vfxplatform.sh
BUILD_ENGINE=${BUILD_ENGINE} LOCAL_BUILD=0 MKJOBS=${MKJOBS} REL=${REL} BRANCH=${BRANCH} COMMIT=${COMMIT} ./src/scripts/run_docker.sh
File renamed without changes.

0 comments on commit 61498b4

Please sign in to comment.