Skip to content

Commit

Permalink
Move code to src/ and fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillerDragon committed Jul 20, 2024
1 parent 1fcae6e commit e38ed8c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
luarocks make --local
lua ./spec/*.lua
- name: Test install
run: |
luarocks install --local luluman-*.rockspec
# this depends on the tag being pushed to github
# so this would always fail before a release
# thats annoying so lets not test it for now
# - name: Test install
# run: |
# luarocks install --local luluman-*.rockspec
2 changes: 1 addition & 1 deletion luluman-2.0-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ source = {
build = {
type = "builtin",
modules = {
luluman = { "huffman.c", "luluman.c" }
luluman = { "src/huffman.c", "src/luluman.c" }
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e38ed8c

Please sign in to comment.