test.yml: test on windows and macos (#290)

This commit is contained in:
Ali Parlakçı
2021-05-06 13:04:41 +03:00
committed by GitHub
parent 283ad164e5
commit 4ab1d6d6e0
3 changed files with 18 additions and 12 deletions

2
devscripts/configure.ps1 Normal file
View File

@@ -0,0 +1,2 @@
copy .\\bdfr\\default_config.cfg .\\test_config.cfg
echo "`nuser_token = $env:REDDIT_TOKEN" >> ./test_config.cfg

2
devscripts/configure.sh Executable file
View File

@@ -0,0 +1,2 @@
cp ./bdfr/default_config.cfg ./test_config.cfg
echo -e "\nuser_token = $REDDIT_TOKEN" >> ./test_config.cfg