Skip to content

Commit

Permalink
chore: Remove settings.yml in favour of hs-github-tools.
Browse files Browse the repository at this point in the history
Centralised settings means we can update them without having to pass all
the CI checks of each repo.
  • Loading branch information
iphydf committed Jan 2, 2024
1 parent ed4ed8c commit d1e519f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 26 deletions.
23 changes: 0 additions & 23 deletions .github/settings.yml

This file was deleted.

4 changes: 1 addition & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ command = """\
mv .git res src test website/hs-toxcore && \
cd website && \
make spec && \
gem update --system && \
gem install --no-document sass-embedded -v 1.63.6 && \
gem install --no-document jekyll guard-livereload && \
gem install --no-document jekyll:4.2.2 guard-livereload && \
make toktok-site \
"""
publish = "website/toktok-site"
1 change: 1 addition & 0 deletions tools/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ haskell_binary(

haskell_test(
name = "toxsave-test",
size = "small",
srcs = ["toxsave-test.hs"],
ghcopts = ["-optl=-fsanitize=address"],
tags = ["no-cross"],
Expand Down

0 comments on commit d1e519f

Please sign in to comment.