test.yml: test on windows and macos (#290)
This commit is contained in:
2
devscripts/configure.ps1
Normal file
2
devscripts/configure.ps1
Normal 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
2
devscripts/configure.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
cp ./bdfr/default_config.cfg ./test_config.cfg
|
||||
echo -e "\nuser_token = $REDDIT_TOKEN" >> ./test_config.cfg
|
||||
Reference in New Issue
Block a user