Skip to content

Commit

Permalink
#3 install
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 22, 2024
1 parent 1ca9ede commit 59e16a4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 16
- run: |
sudo wget --no-verbose -O /usr/local/Saxon.jar \
https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
- run: gem install judges:0.0.31
- run: npm install -g sass
- run: sudo make install
- run: make
5 changes: 1 addition & 4 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@
docker:
image: yegor256/rultor-image:1.23.1
install: |
sudo npm install -g [email protected]
sudo gem install judges
sudo wget --no-verbose -O /usr/local/Saxon.jar \
https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar
sudo make install
merge:
script: |-
sudo docker build "$(pwd)"
Expand Down
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,10 @@ $(CSS): sass/*.scss | target
clean:
rm -rf target

install:
wget --no-verbose -O /usr/local/Saxon.jar https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar
gem install judges:0.0.31
npm install -g [email protected]

$(DIRS):
mkdir -p "$@"

0 comments on commit 59e16a4

Please sign in to comment.