serokell / xrefcheck

Check cross-references in repository documents
Mozilla Public License 2.0
51 stars 3 forks source link

[Chore] Update development setup #301

Open int-index opened 6 days ago

int-index commented 6 days ago

With these changes I've been able to build the project and run its tests as follows

nix shell nixpkgs#haskellPackages.hpack nixpkgs#cabal-install
nix develop -c $SHELL
hpack
vsftpd \
   -orun_as_launching_user=yes \
   -olisten_port=2221 \
   -olisten=yes \
   -oftp_username=$(whoami) \
   -oanon_root=./ftp-tests/ftp_root \
   -opasv_min_port=2222 \
   -ohide_file='{.*}' \
   -odeny_file='{.*}' \
   -oseccomp_sandbox=no \
   -olog_ftp_protocol=yes \
   -oxferlog_enable=yes \
   -ovsftpd_log_file=./ftp.log &
cabal test ftp-tests --test-options="--ftp-host ftp://127.0.0.1:2221"
cabal test xrefcheck-tests --test-options="--mock-server-port 3001"
serokell-bot commented 6 days ago
1 Warning
:warning: Bad issue ID in branch name.
Valid format for issue IDs: #123 or chore.

Generated by :no_entry_sign: Danger