Skip to content

Commit

Permalink
fix pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufozgul committed Apr 17, 2024
1 parent 262419a commit 6abfbaf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-and-publish-docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
run: |
set -o pipefail && xcodebuild docbuild \
-scheme MockingStar \
-skipMacroValidation \
-derivedDataPath ./.Docc \
-workspace ./MockingStar.xcworkspace | xcbeautify --renderer github-actions
Expand Down
18 changes: 17 additions & 1 deletion .github/workflows/release-cli-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,23 @@ jobs:
- name: Prepare Dependencies
run: |
sudo apt update
sudo NEEDRESTART_MODE=a apt install curl -y
sudo NEEDRESTART_MODE=a apt-get install \
binutils \
git \
gnupg2 \
libc6-dev \
libcurl4-openssl-dev \
libedit2 \
libgcc-9-dev \
libpython3.8 \
libsqlite3-0 \
libstdc++-9-dev \
libxml2-dev \
libz3-dev \
pkg-config \
tzdata \
unzip \
zlib1g-dev -y
- name: Build Mocking Star CLI
run: swift build -c release --package-path ./MockingStarExecutable --static-swift-stdlib
Expand Down

0 comments on commit 6abfbaf

Please sign in to comment.