Skip to content

feat: add Fiddle snap package #1348

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build: try docker img ubuntudesktop/gnome-3-38-2004
  • Loading branch information
VerteDinde committed May 2, 2023
commit 62bc0dd1fb3427996061fb31fdc74b870c5d06ef
53 changes: 27 additions & 26 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ jobs:
type: enum
enum: [ 'x64', 'arm64','armv7l' ]
docker:
- image: cimg/base:stable
- image: ubuntudesktop/gnome-3-38-2004
steps:
- run: sudo apt-get update && sudo apt install rpm && sudo apt install -y snapd
- run: sudo apt-get -y update && sudo apt install -y rpm
# - run: sudo snap install snapd
- run: sudo snap install snapcraft --classic
# - run: sudo snap install snapcraft --classic
- install
- run: npx yarn run publish --arch=<< parameters.arch >> --dry-run
# CircleCI doesn't let you persist files with the same name from multiple
Expand Down Expand Up @@ -175,18 +175,18 @@ workflows:
build-and-test:
jobs:
- lint
- mac-test:
matrix:
parameters:
arch: [ x64, arm64 ]
- win-test:
matrix:
parameters:
arch: [ x64 ]
- linux-test:
matrix:
parameters:
arch: [ x64 ]
# - mac-test:
# matrix:
# parameters:
# arch: [ x64, arm64 ]
# - win-test:
# matrix:
# parameters:
# arch: [ x64 ]
# - linux-test:
# matrix:
# parameters:
# arch: [ x64 ]
- mac-build:
matrix:
parameters:
Expand All @@ -210,7 +210,8 @@ workflows:
- linux-build:
matrix:
parameters:
arch: [ x64, arm64, armv7l ]
arch: [ x64 ]
# arch: [ x64, arm64, armv7l ]
# filters:
# tags:
# only:
Expand All @@ -221,17 +222,17 @@ workflows:
context: fiddle-release
requires:
- lint
- mac-test-x64
- mac-test-arm64
- win-test-x64
- linux-test-x64
- mac-build-x64
- mac-build-arm64
- win-build-ia32
- win-build-x64
# - mac-test-x64
# - mac-test-arm64
# - win-test-x64
# - linux-test-x64
# - mac-build-x64
# - mac-build-arm64
# - win-build-ia32
# - win-build-x64
- linux-build-x64
- linux-build-arm64
- linux-build-armv7l
# - linux-build-arm64
# - linux-build-armv7l
filters:
tags:
only:
Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy